UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

22 lines (16 loc) 413 B
module.exports = (Module) -> { NilT FuncG NotificationInterface SEND_REQUEST SendRequestCommand SimpleCommand } = Module.NS class PrepareControllerCommand extends SimpleCommand @inheritProtected() @module Module @public execute: FuncG(NotificationInterface, NilT), default: -> @facade.registerCommand SEND_REQUEST, SendRequestCommand @initialize()