Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: gpf-js
node v10.24.1
version:
master
endpoint
share
tweet
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