Files
feedstr.live/node_modules/core-js-pure/es/regexp/to-string.js
T
2023-11-25 18:12:47 -05:00

6 lines
173 B
JavaScript

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