UNPKG

has-proto

Version:

Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?

4 lines (2 loc) 58 B
declare function hasProto(): boolean; export = hasProto;