try-inline:一个简单的内联错误处理包装程序,用于异步承诺和同步功能

时间:2024-05-31 22:57:15
【文件属性】:

文件名称:try-inline:一个简单的内联错误处理包装程序,用于异步承诺和同步功能

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-31 22:57:15

async logging try await try-catch

:horizontal_traffic_light: TryInline 一个简单的内联错误处理包装程序,用于异步承诺和同步功能 :light_bulb: 灵感来自 :wrapped_gift: 例子 const { try_ } = require ( 'try-inline' ) ; let err , data ; // async [ err , data ] = await try_ ( somePromise ( ) ) ; if ( err ) process . exit ( 1 ) ; console . log ( data ) ; // normal function [ err , data ] = try_ ( ( ) => someFunction ( ) ) ; if ( err ) process . exit ( 1 ) ; console . log ( data ) ; :package: 安装 $ npm install try-inline :barber_pole: 特征


【文件预览】:
try-inline-master
----LICENSE(1KB)
----test()
--------test.js(1KB)
----README.md(4KB)
----index.js(3KB)
----package.json(385B)

网友评论