UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

2 lines (1 loc) 161 B
export declare const tryCatchWrapper: <TData = unknown>(func: () => Promise<TData>, onError?: ((error: unknown) => void) | undefined) => Promise<TData | null>;