freezer/buildfiles/node_modules/core-js/modules/es.symbol.unscopables.js

6 lines
217 B
JavaScript
Raw Normal View History

2022-09-30 05:39:11 +00:00
var defineWellKnownSymbol = require('../internals/define-well-known-symbol');
// `Symbol.unscopables` well-known symbol
// https://tc39.github.io/ecma262/#sec-symbol.unscopables
defineWellKnownSymbol('unscopables');