is-integer.d.ts 81 B

12
  1. declare const isInteger: (number: unknown) => boolean;
  2. export default isInteger;