mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 14:02:03 +02:00
Initial commit
This commit is contained in:
9
node_modules/core-js/modules/es6.regexp.exec.js
generated
vendored
Normal file
9
node_modules/core-js/modules/es6.regexp.exec.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
var regexpExec = require('./_regexp-exec');
|
||||
require('./_export')({
|
||||
target: 'RegExp',
|
||||
proto: true,
|
||||
forced: regexpExec !== /./.exec
|
||||
}, {
|
||||
exec: regexpExec
|
||||
});
|
Reference in New Issue
Block a user