包详细信息

apr-intercept

ramitos8.2kMIT3.0.4

Intercepts errors, the Go way!

intercept, async, await, promise

自述文件

intercept

Intercepts errors, the Go way!

Parameters

Examples

import ctch from 'apr-intercept';

const [err1, res1] = await ctch(fn(1));
const [err2, res2] = await ctch(fn(1));
const [, res3] = await ctch(fn(3));

Returns Promise