4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
|
declare function isInt(val: any): boolean;
|
||
|
|
||
|
export = isInt;
|