Type Alias NotEmpty<T>

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

Type Parameters

  • T