try-catch-core@2.0.3
Low-level package to handle completion and errors of sync or asynchronous functions, using [once][] and [dezalgo][] libs. Useful for and used in higher-level libs such as [always-done][] to handle completion of anything.
MIT
2017-03-01
安装 (2.0.3)
npm install try-catch-core@2.0.3
yarn add try-catch-core@2.0.3
pnpm add try-catch-core@2.0.3
bun add try-catch-core@2.0.3
dependencies (5)
| 包名 | 版本要求 |
|---|---|
| dezalgo | ^1.0.3 |
| extend-shallow | ^2.0.1 |
| is-async-function | ^1.2.2 |
| once | ^1.4.0 |
| try-catch-callback | ^2.0.0 |
devDependencies (8)
| 包名 | 版本要求 |
|---|---|
| commitizen | ^2.8.6 |
| cz-conventional-changelog | ^1.2.0 |
| mukla | ^0.4.1 |
| npm-run-all | ^4.0.2 |
| nyc | ^10.1.2 |
| pre-commit | ^1.1.3 |
| standard | ^9.0.0 |
| standard-version | ^3.0.0 |