Kargi-Sitesi/node_modules/core-js/modules/esnext.symbol.matcher.js

7 lines
218 B
JavaScript
Raw Normal View History

2024-11-04 02:30:09 +00:00
'use strict';
var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
// `Symbol.matcher` well-known symbol
// https://github.com/tc39/proposal-pattern-matching
defineWellKnownSymbol('matcher');