/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

  1. var core = require('./_core');
  2. module.exports = function (CONSTRUCTOR) {
  3. var C = core[CONSTRUCTOR];
  4. return (C.virtual || C.prototype);
  5. };