onrails
    Preparing search index...

    Variable errAsyncConst

    errAsync: <T = never, E = unknown>(error: E) => ResultAsync<T, E> = ResultAsync.err

    Lifts a value into an Err async result.

    Type Declaration

    const r = errAsync({ kind: "not_found" as const });