interestingly `Promise<Unit>` is unexportabl...
# javascript
a
interestingly
Promise<Unit>
is unexportable 👀 should use
Promise<dynamic>
? is there something like java.lang.Void or something for js?
s
null
?
👀 1
It has the type
Nothing?
👍 1