package js.lib; typedef PromiseLike = { /** Attaches callbacks for the resolution and/or rejection of the Promise. **/ function then(?onfulfilled:(value:T) -> ts.AnyOf2, TResult1>, ?onrejected:(reason:Dynamic) -> ts.AnyOf2, TResult2>):PromiseLike>; };