projecte_ionic/node_modules/core-js-pure/es/regexp/to-string.js
2022-02-09 18:30:03 +01:00

5 lines
159 B
JavaScript
Executable file

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