mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-22 20:20:11 +08:00
3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare function isInteger(argument: unknown): argument is number;
|
|
|
|
export = isInteger; |