Fork me on GitHub
#helix
<
2020-08-14
>
Aron12:08:31

How do you generate promises for js tools that expect such? write them out or use some personal macros, third party libs?

lilactown18:08:14

I typically just use js/Promise. or what have you

lilactown18:08:50

I’ve used promesa for an app in the past. It was nice, but a little heavy for most of my use cases; I think it pulls in bluebird