index
:
aghpb-online
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
setprototypeof
/
index.d.ts
blob: f108ecd0a8ca1ec609529d3a0b76106c48e418a0 (
plain
) (
blame
)
1
2
declare
function
setPrototypeOf
(
o
:
any
,
proto
:
object
|
null
)
:
any
;
export
=
setPrototypeOf
;