Found 5 packages
Robustly set the [[Prototype]] of an object. Uses the best available method.
Check if an object can be used like an Array
Does this environment have the ability to set the [[Prototype]] of an object on creation with `__proto__`?
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible.
Robustly get the [[Prototype]] of an object. Uses the best available method.