Promise.try

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

CommonJS entry points

core-js/proposals/promise-try