hz-zhhq-app/node_modules/core-js/features/string/replace-all.js

7 lines
169 B
JavaScript
Raw Normal View History

2025-01-22 10:53:47 +08:00
// TODO: remove from `core-js@4`
require('../../modules/esnext.string.replace-all');
var parent = require('../../stable/string/replace-all');
module.exports = parent;