Promise.try

Specification
Proposal repo

Built-ins signatures

class Promise {
  static try(callbackfn: Function, ...args?: Array<mixed>): Promise;
}

Entry points

core-js/proposals/promise-try

TypeScript type definitions

@core-js/types/proposals/promise-try