mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-13 20:14:56 +02:00
8 lines
287 B
JavaScript
8 lines
287 B
JavaScript
'use strict';
|
|
require('../../modules/es.regexp.exec');
|
|
require('../../modules/es.symbol.match');
|
|
require('../../modules/es.string.match');
|
|
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
|
|
|
|
module.exports = WrappedWellKnownSymbolModule.f('match');
|