@cubie-ai/tiny-ai - v0.0.14
    Preparing search index...

    Type Alias ExecuteResult<Method>

    ExecuteResult: Result<Awaited<ReturnType<Method>>>

    A utility type that maps an async function to a standard Result storing the awaited ReturnType in the data field.

    Type Parameters

    • Method extends (...args: any) => PromiseLike<any>