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