ignore-errors
Version:
Easily ignore specific promise errors
18 lines (10 loc) • 303 B
Markdown
# v3.0.1
- patch: ignoreAny should return null instead of void
# v3.0.0
- major: return null instead of void
# v2.0.0
- major: change method signature
- feature: add ignoreMessage, ignoreName, ignoreStatu,s ignoreReason, ignoreCode
- minor: rewrite in ts
# v1.0.0
- major: initial implementation