debian-mirror-gitlab/core-js/features/string/match-all.js

7 lines
161 B
JavaScript
Raw Normal View History

2019-12-16 22:33:55 +05:30
// TODO: remove from `core-js@4`
require('../../modules/esnext.string.match-all');
var parent = require('../../es/string/match-all');
module.exports = parent;