aantron / promise

Light and type-safe binding to JS promises
MIT License
341 stars 24 forks source link

Align interfaces between native and js versions #78

Open davesnx opened 1 year ago

davesnx commented 1 year ago

There is some benefit over maintaining a matching interface, such as having a module that depends on Promise and can be consumed by both melange and native.

There's a bit of work around this, and I wanted to ask before jumping into it.