node-prometheus
    Preparing search index...

    Type Alias MaybePromise<T>

    MaybePromise: Promise<T> | T

    Represents a value that may be synchronous or asynchronous.

    Type Parameters

    • T