Thenable: {
__brand: "Thenable";
constructor: Object | Function;
then: (onFulfilled?: Function, onRejected?: Function) => any;
}
Type declaration
__brand: "Thenable"
constructor: Object | Function
then: (onFulfilled?: Function, onRejected?: Function) => any