UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

21 lines (15 loc) 399 B
module.exports = (Module) -> { NilT FuncG NotificationInterface RequestProxy SimpleCommand } = Module.NS class PrepareModelCommand extends SimpleCommand @inheritProtected() @module Module @public execute: FuncG(NotificationInterface, NilT), default: -> @facade.registerProxy RequestProxy.new RequestProxy::REQUEST_PROXY, no @initialize()