/node_modules/babel-polyfill/node_modules/core-js/library/modules/_entry-virtual.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 1 complexity · 2579c503a9cbe9ac6b0458f13e46b123 MD5 · raw file
- var core = require('./_core');
- module.exports = function (CONSTRUCTOR) {
- var C = core[CONSTRUCTOR];
- return (C.virtual || C.prototype);
- };