JsPromise.then

Undocumented in source. Be warned that the author may not have intended to support it.
struct JsPromise(T = Any)
nothrow return scope @trusted
then
(
ResultType
)
(
scope ResultType delegate
(
T
)
nothrow
cb
)

Meta