isNumeric.d.ts 76 Bytes Raw Blame History Permalink 1 2 declare const isNumeric: (value: any) => boolean; export default isNumeric;