ignor:有条件地忽略异步和promise函数中的错误并返回默认值

时间:2024-03-12 02:38:59
【文件属性】:

文件名称:ignor:有条件地忽略异步和promise函数中的错误并返回默认值

文件大小:134KB

文件格式:ZIP

更新时间:2024-03-12 02:38:59

JavaScript

点火器 有条件地忽略异步/承诺函数中的错误,并返回默认值。 概要 import * as ignore from "ignor" ; await got ( url ) . catch ( ignore . code ( "ECONNREFUSED" , "default value" ) ) ; 其他用途 // Ignore an error with a code and return undefined. Otherwise throw error. ignore . code ( "ECONNREFUSED" ) ; // Ignore an error with a code and return default value. ignore . code ( "ECONNREFUSED" , "no content" ) ; // Ignore an error with mul


【文件预览】:
ignor-master
----README.njk(657B)
----module-files()
--------configs()
--------scripts()
--------template-partials()
----.gitattributes(765B)
----.github()
--------workflows()
----.eslintrc.js(72B)
----.commitlintrc(53B)
----.prettierignore(69B)
----src()
--------types.ts(75B)
--------index.ts(50B)
--------ignore.ts(4KB)
--------ignorer.ts(3KB)
----.czrc(40B)
----tsconfig.json(56B)
----LICENSE(1KB)
----test()
--------tsconfig.json(135B)
--------index.test.ts(3KB)
----jest.config.js(109B)
----README.md(7KB)
----.husky()
--------commit-msg(78B)
--------pre-commit(69B)
--------prepare-commit-msg(98B)
--------.gitignore(1B)
----.yo-rc.json(4KB)
----prettier.config.js(113B)
----.editorconfig(352B)
----lint-staged.config.js(116B)
----.gitignore(6KB)
----package-lock.json(475KB)
----package.json(3KB)

网友评论