Type alias TNonEmptyString<S>

TNonEmptyString<S>: TStringNotOfLength<S, 1>

A type representing a string of length >= 1

Type Parameters

  • S extends string = string

Generated using TypeDoc