feige
2023-12-07 ad5eea58d5ac15dd08ff51658d717984d098f81e
1
2
3
4
5
'use strict';
require('../../modules/es6.regexp.to-string');
module.exports = function toString(it) {
  return RegExp.prototype.toString.call(it);
};