classApplyDescriptorGet.js 279 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 function _classApplyDescriptorGet(receiver, descriptor) { if (descriptor.get) { return descriptor.get.call(receiver); } return descriptor.value; } module.exports = _classApplyDescriptorGet; module.exports["default"] = module.exports, module.exports.__esModule = true;