isInteger.d.ts 87 Bytes Edit Raw Blame History Permalink 1 2 3 declare function isInteger(argument: unknown): argument is number; export = isInteger;