/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
- 'use strict';
- require('../../modules/es6.regexp.to-string');
- module.exports = function toString(it) {
- return RegExp.prototype.toString.call(it);
- };