babel/lib/6to5/templates/class-props.js

5 lines
193 B
JavaScript

(function (child, staticProps, instanceProps) {
if (staticProps) Object.defineProperties(child, staticProps);
if (instanceProps) Object.defineProperties(child.prototype, instanceProps);
})