isNumeric.d.ts 68 B

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