This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
18279145386
/
202226701045
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8fcbf38aef
Rami (Branch)
Tag
master
202226701045
/
poem-life-serve
/
db
/
node_modules
/
math-intrinsics
/
isInteger.d.ts
isInteger.d.ts
87 B
Cronologia
Originale
1
2
3
declare function isInteger(argument: unknown): argument is number;
export = isInteger;