Files
wechatpay-enterprise-web/node_modules/core-js/es/regexp/dot-all.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

9 lines
204 B
JavaScript

'use strict';
require('../../modules/es.regexp.constructor');
require('../../modules/es.regexp.dot-all');
require('../../modules/es.regexp.exec');
module.exports = function (it) {
return it.dotAll;
};