@aicacia/trycatch
    Preparing search index...

    Variable tryFunctionConst

    tryFunction: <
        T,
        F extends () => MaybePromiseLike<T> = () => MaybePromiseLike<T>,
        E = Error,
    >(
        fn: F,
    ) => TryCatchReturnType<F, E> = ...

    Type Declaration