UNPKG

huncwot

Version:

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

9 lines (7 loc) 133 B
function widgets() { return [ { id: 1, name: 'Widget 11' }, { id: 2, name: 'Widget 22' } ]; } module.exports = widgets;