UNPKG

74 BTypeScriptView Raw
1declare const isDecimal: (num: any) => boolean;
2export default isDecimal;