core.io-command-promised
v0.2.0
Published
Extend core.io with promised commands
Readme
core.io Command Promised
This module extends core.io context object with a new method: promisedCommand.
We can dispatch a command event and await the command's resolution:
let response = await context.promisedCommand('api.get', event);Install
$ npm i -S core.io-command-promisedLicense
® License 2020 by goliatone
