UNPKG

@sounisi5011/cli-utils-top-level-await

Version:

If the async function fails, set the process exit code to 1 and output the error to stderr

3 lines (2 loc) 340 B
export declare function awaitMainFn(mainFnOrValue: (() => PromiseLike<void> | void) | PromiseLike<void>): Promise<void>; export { awaitMainFn as awaitFn, awaitMainFn as awaitFunc, awaitMainFn as awaitFunction, awaitMainFn as awaitMainFunc, awaitMainFn as awaitMainFunction, awaitMainFn as topLevelAwait, awaitMainFn as topLevelAwaitCli, };