@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
21 lines (15 loc) • 403 B
text/coffeescript
module.exports = (Module) ->
{
NilT
FuncG
NotificationInterface
RobotDataProxy
SimpleCommand
} = Module.NS
class PrepareModelCommand extends SimpleCommand
Module
execute: FuncG(NotificationInterface, NilT),
default: ->
.registerProxy RobotDataProxy.new RobotDataProxy::ROBOT_PROXY, no