Version 1
[yaffs-website] / node_modules / core-js / modules / _entry-virtual.js
1 var core = require('./_core');
2 module.exports = function(CONSTRUCTOR){
3   var C = core[CONSTRUCTOR];
4   return (C.virtual || C.prototype);
5 };