has-instance.js 179 B

1234
  1. require('../../modules/es.function.has-instance');
  2. var wellKnownSymbol = require('../../internals/well-known-symbol');
  3. module.exports = Function[wellKnownSymbol('hasInstance')];