Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Removing Parent Property

node v6.17.1
version: 1.0.0
endpointsharetweet
const jkt = require('jkt') const Person = jkt` name: String age: Number hobby: Array drinkBeer: Boolean ` const Child = Person` toys: Array drinkBeer: !DELETE ` console.log(Person.schema) console.log(Child.schema)
Loading…

no comments

    sign in to comment