/node_modules/babel-polyfill/node_modules/core-js/fn/regexp/to-string.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 8c442634967671ecef6e8f7b31e9162c MD5 · raw file

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