Promise.try
class Promise {
static try(callbackfn: Function, ...args?: Array<mixed>): Promise;
}
CommonJS entry points
core-js/proposals/promise-try
Promise.try
class Promise {
static try(callbackfn: Function, ...args?: Array<mixed>): Promise;
}
core-js/proposals/promise-try