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