1
0
mirror of https://gitlab.com/octtspacc/staticoso synced 2025-04-06 06:11:26 +02:00

10 lines
178 B
JavaScript

'use strict';
var regexpExec = require('./_regexp-exec');
require('./_export')({
target: 'RegExp',
proto: true,
forced: regexpExec !== /./.exec
}, {
exec: regexpExec
});