UNPKG

soma.js

Version:

soma.js is a javascript framework created to build scalable and maintainable applications.

7 lines (6 loc) 130 B
var ServerCommand = function(server) { this.execute = function(event) { server.start(); }; }; module.exports = ServerCommand;