cli-vir - v0.2.0
    Preparing search index...

    Type Alias WithArray<T, ShouldUseArray>

    WithArray: ShouldUseArray extends true ? T[] : T

    Optionally wraps T in an array.

    Type Parameters

    • T
    • ShouldUseArray extends boolean | undefined