UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

12 lines (9 loc) 203 B
const widgets = require('./widgets'); const widgetByName = require('./widgetByName'); const Widget = ` type Widget { id: Int! name: String! } `; module.exports = { Widget, widgets, widgetByName };