Would you like to clone this notebook?

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

Cancel

Strict Types

node v6.17.1
version: 1.0.0
endpointsharetweet
const jkt = require('jkt') const Person = jkt` name: String age: Number! hobby: Array! ` const John = Person({ name: "John Doe", age: "not sure"}) console.log(John.j())
Loading…

no comments

    sign in to comment