diff options
Diffstat (limited to 'node_modules/core-js/es/string/match-all.js')
| -rw-r--r-- | node_modules/core-js/es/string/match-all.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/es/string/match-all.js b/node_modules/core-js/es/string/match-all.js new file mode 100644 index 0000000..e951f4e --- /dev/null +++ b/node_modules/core-js/es/string/match-all.js @@ -0,0 +1,4 @@ +require('../../modules/es.string.match-all'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('String', 'matchAll'); |
