forked from olcxjas-softworks/LarpixClient
3 lines
No EOL
87 B
TypeScript
3 lines
No EOL
87 B
TypeScript
declare function isInteger(argument: unknown): argument is number;
|
|
|
|
export = isInteger; |