Type Alias NotEmpty<T>

NotEmpty<T>: NotEmptyCheck<T> extends never
    ? "A string of zero length is not allowed"
    : T

Type Parameters

  • T