to-string.js 136 Bytes Raw Blame History Permalink 1 2 3 4 5 require('../../modules/es.regexp.to-string'); module.exports = function toString(it) { return RegExp.prototype.toString.call(it); };