debian-mirror-gitlab/core-js/features/string/replace-all.js

5 lines
166 B
JavaScript
Raw Normal View History

2019-12-16 22:33:55 +05:30
require('../../modules/esnext.string.replace-all');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'replaceAll');