jmap-kit
    Preparing search index...

    Type Alias MaybePromise<T>

    MaybePromise: T | Promise<T>

    A type that can be either a value of type T or a Promise that resolves to a value of type T.

    Type Parameters

    • T