mirror of
https://github.com/wishthis/wishthis.git
synced 2026-08-04 09:51:51 -04:00
2 lines
69 B
TypeScript
2 lines
69 B
TypeScript
export declare function isNumeric(val: any): val is number | string;
|