Kfg Documentation
    Preparing search index...

    Type Alias inPromise<Async, Result>

    inPromise: Async extends true ? Promise<Result> : Result

    Represents a value that can be a promise or a plain value.

    Type Parameters

    • Async extends boolean

      The type of the async flag.

    • Result

      The type of the result.