This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lalalashen
/
MoeNovaClient
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
feb8c7ea7d
Rami (Branch)
Tag
master
MoeNovaClient
/
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;