RunKit + npm: gpf-js

node v10.24.1
version: master
endpointsharetweet
const gpf = require("gpf-js@0.2.8"); class A { constructor () { this._a = "A"; } } const B = gpf.define({ $class: "B", $extend: A, constructor: function () { this.$super(); this._b = "B"; } }) const b = new B();
Created from: https://npm.runkit.com/gpf-js
Loading…

no comments

    sign in to comment