UNPKG

76 BTypeScriptView Raw
1declare const isNumeric: (value: any) => boolean;
2export default isNumeric;