UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

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