UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

10 lines (9 loc) 190 B
require('..').Cmd() .name('bla') .title('Bla bla bla') .helpful() .invoke({ help: true }) .then(function(res) { console.log(res); }) .done(); // Q.done()