This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
0225304
/
AI
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
59b6f05c96
Rami (Branch)
Tag
master
AI
/
myapp
/
user-server
/
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;