seneca-promisified-entity
v0.6.13
Published
Promise wrapper for the senecajs entity module.
Downloads
3,332
Maintainers
Readme
Seneca Promisified: Entity
This is a wrapper which makes senecajs not hostile to promises. Also permits
you to access seneca context without having to use the this
keyword (arrow
functions).
This is not an extension, its just a wrapper; you will be able to use old seneca plugins without having to worry about what its going to break.
Promises
This libary uses any-promise
. You will need to register the kind of promise
you want the it to use.
See: https://www.npmjs.com/package/any-promise