Aditya Sharma
update
1719261
raw
history blame contribute delete
87 Bytes
declare function isInteger(argument: unknown): argument is number;
export = isInteger;