mirror of
https://github.com/Gerald-Ha/HodlEye-Crypto-Price-Tracker.git
synced 2025-06-25 17:16:27 +00:00
3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare function isInteger(argument: unknown): argument is number;
|
|
|
|
export = isInteger; |