Files
wechatpay-enterprise-web/node_modules/core-js/modules/es.symbol.has-instance.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

7 lines
224 B
JavaScript

'use strict';
var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
// `Symbol.hasInstance` well-known symbol
// https://tc39.es/ecma262/#sec-symbol.hasinstance
defineWellKnownSymbol('hasInstance');