mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-24 01:43:18 +00:00
6 lines
235 B
JavaScript
6 lines
235 B
JavaScript
|
require('../../modules/es.symbol.search');
|
||
|
require('../../modules/es.string.search');
|
||
|
var WrappedWellKnownSymbolModule = require('../../internals/wrapped-well-known-symbol');
|
||
|
|
||
|
module.exports = WrappedWellKnownSymbolModule.f('search');
|