UNPKG
set-proto
Version:
latest (1.0.0)
1.0.0
Robustly set the [[Prototype]] of an object
github.com/ljharb/set-proto
ljharb/set-proto
set-proto
/
Reflect.setPrototypeOf.d.ts
3 lines
(2 loc)
•
67 B
TypeScript
View Raw
1
2
3
declare
const
x
:
typeof
Reflect
.
setPrototypeOf
|
null
;
export
= x;