mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
'use strict';
|
|
// TODO: remove from `core-js@4`
|
|
require('../../modules/esnext.string.replace-all');
|
|
|
|
var parent = require('../../actual/string/replace-all');
|
|
|
|
module.exports = parent;
|