is-arrayish
Determines if an object can be used as an array
get-proto
Robustly get the [[Prototype]] of an object
has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
reflect.getprototypeof
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
set-proto
Robustly set the [[Prototype]] of an object