to-string.js 159 B

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