Custom Thenable 1 2 3 4 5 6 7 8 9 10 11 12 const thenable: PromiseLike<string> = { then<TResult1 = string, TResult2 = void>( resolve: (value: string) => …August 20, 2026