isNumeric.d.ts 68 B

1234
  1. declare function isNumeric(val: any): boolean;
  2. export = isNumeric;