UNPKG

safety-number-one

Version:

Utility functions to work with Promises, functions and async functions safely by converting throws to Result Tuple types

7 lines 164 B
/** * Barrel file. */ export * from "./awaitPromiseSafely"; export * from "./runAsyncFnSafely"; export * from "./runFnSafely"; //# sourceMappingURL=index.d.ts.map