typedef js.PromiseCallback<T, TOut> = EitherType<T ->TOut, T ->Promise<TOut>>

import js.Promise;

Available on all platforms