source:
node_modules/core-js-pure/es/regexp/to-string.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 173 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | require('../../modules/es.regexp.to-string'); |
3 | var uncurryThis = require('../../internals/function-uncurry-this'); |
4 | |
5 | module.exports = uncurryThis(/./.toString); |
Note:
See TracBrowser
for help on using the repository browser.