mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-14 03:30:18 +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;
|