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