Aditya Sharma
update
1719261
declare function isInteger(argument: unknown): argument is number;
export = isInteger;