esnext.symbol.matcher.js 204 B

12345
  1. var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
  2. // `Symbol.matcher` well-known symbol
  3. // https://github.com/tc39/proposal-pattern-matching
  4. defineWellKnownSymbol('matcher');