mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-15 01:20:19 +00:00
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
|
// TODO: remove from `core-js@4`
|
||
|
require('../../modules/esnext.string.match-all');
|
||
|
|
||
|
var parent = require('../../es/string/match-all');
|
||
|
|
||
|
module.exports = parent;
|