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