@front.build/model
v1.5.1
Published
This is a model for an action and includes generating the input data.
Readme
This is a model for an action and includes generating the input data.
var model = new Model('Do foo', handler, input, output)
var value = model.cause()
assert.equal('foo', value)