qauMaWeb/node_modules/core-js/es/string/replace-all.js

7 lines
247 B
JavaScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
require('../../modules/es.regexp.exec');
require('../../modules/es.string.replace');
require('../../modules/es.string.replace-all');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'replaceAll');