29d5d037a317b6873777cb695020edb43ecece40
[yaffs-website] / to-string.js
1 'use strict';
2 require('../../modules/es6.regexp.to-string');
3 module.exports = function toString(it){
4   return RegExp.prototype.toString.call(it);
5 };