2 lines
69 B
TypeScript
Raw Permalink Normal View History

export declare function isNumeric(val: any): val is number | string;