UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

13 lines 279 B
A.app({ appName: "Pipes", entities: function(Fields) { return { Foo: { fields: { fooId: Fields.text("Foo"), bar: Fields.text("Bar") } } } } });