isNumeric.d.ts 76 B

12
  1. declare const isNumeric: (value: any) => boolean;
  2. export default isNumeric;