github-pages-deploy-action/node_modules/core-js-pure/es/regexp/to-string.js
2020-03-06 22:45:40 -05:00

6 lines
136 B
JavaScript

require('../../modules/es.regexp.to-string');
module.exports = function toString(it) {
return RegExp.prototype.toString.call(it);
};