This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
18279145386
/
202226701045
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
8fcbf38aef
Branches
Tags
master
202226701045
/
poem-life-serve
/
db
/
node_modules
/
math-intrinsics
/
isInteger.d.ts
isInteger.d.ts
87 B
Historique
Raw
1
2
3
declare function isInteger(argument: unknown): argument is number;
export = isInteger;