blob: 3072e63e8926067103ea64f31002d014649a13c3 [file] [log] [blame]
require('../../modules/es.regexp.to-string');
module.exports = function toString(it) {
return RegExp.prototype.toString.call(it);
};