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