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

    Type Alias NonEmptyString<T>

    NonEmptyString: T extends "" ? never : T

    Blocks empty string literal types. Use this to constrain a string type parameter so that the empty string is rejected.

    Type Parameters

    • T