Files
est-frame/node_modules/core-js/es/regexp/to-string.js
2025-10-22 05:38:27 +00:00

6 lines
173 B
JavaScript
Executable File

'use strict';
require('../../modules/es.regexp.to-string');
var uncurryThis = require('../../internals/function-uncurry-this');
module.exports = uncurryThis(/./.toString);