petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function isInteger(argument: unknown): argument is number;
export = isInteger;