Urara-Blog/node_modules/.pnpm-store/v3/files/25/8c7e2718ecefdc21eabffeca6dc067e12d5ccd5ad990748e8fa8d9dbe69d89b637ffd0c431c2a5459cc5ed208102c5c84d60f1bcc2cf37eacb2d7a4a1e7585
2022-08-14 01:14:53 +08:00

18 lines
398 B
Text

'use strict';
var callBind = require('call-bind');
var define = require('define-properties');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var boundMatchAll = callBind(implementation);
define(boundMatchAll, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = boundMatchAll;