File "isInteger.d.ts"
Full Path: C:/wamp64/www/Seleccion/node_modules/math-intrinsics/isInteger.d.ts
File size: 87 bytes
MIME-type: text/plain
Charset: utf-8
declare function isInteger(argument: unknown): argument is number;
export = isInteger;