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:
7ca38fdcbb
Branches
Tags
master
SxsnPC
/
node_modules
/
setprototypeof
/
index.d.ts
index.d.ts
93 B
Historique
Raw
1
2
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;