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