UNPKG

82 BTypeScriptView Raw
1declare const isNumber: (value: any) => value is number;
2export default isNumber;