augment-vir - v32.2.2
    Preparing search index...

    Type Alias Promisable<T>

    Promisable: T | PromiseLike<T>

    Create a type that represents either the value or the value wrapped in PromiseLike.

    Copied from the Promisable type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).

    Type Parameters

    • T