UNPKG

object.getprototypeof

Version:

An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible

17 lines (14 loc) 211 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "ReflectGetPrototypeOf", "RequireObjectCoercible", "ToObject", ], }], }, }