MrShi
2025-09-03 a584a014ac0a16fc906e23fb2263a59ffd43f994
1
2
3
4
5
6
'use strict';
var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
 
// `Symbol.customMatcher` well-known symbol
// https://github.com/tc39/proposal-pattern-matching
defineWellKnownSymbol('customMatcher');