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