Documents for @litert/utils-ts-types
    Preparing search index...

    Type Alias IMaybeAsync<T>

    IMaybeAsync: Promise<T> | T

    A utility type to wrap a (returned) type in both Promise and non-Promise.

    Type Parameters

    • T