is-decimal.d.ts 74 B

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