UNPKG

huncwot

Version:

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

9 lines (7 loc) 119 B
function widgetByName(_, { name }) { return { id: 1, name: 'Widget 1' }; } module.exports = widgetByName;