UNPKG

get-proto

Version:

Robustly get the [[Prototype]] of an object

3 lines (2 loc) 67 B
declare const x: typeof Reflect.getPrototypeOf | null; export = x;