Spaces:
Configuration error
Configuration error
File size: 87 Bytes
6f89cdc |
1 2 3 |
declare function isInteger(argument: unknown): argument is number;
export = isInteger; |