UNPKG

is-data-view

Version:

Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

18 lines (14 loc) 183 B
{ "root": true, "extends": "@ljharb", "globals": { "DataView": false }, "rules": { "new-cap": ["error", { "capIsNewExceptions": [ "GetIntrinsic", ], }], }, }