This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
yangen
/
SxsnPC
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e0c49a1616
Branches
Tags
master
SxsnPC
/
node_modules
/
is-symbol
/
index.d.ts
index.d.ts
91 B
Historique
Raw
1
2
3
declare function isSymbol(value: unknown): value is (symbol | Symbol);
export = isSymbol;