NonEmptyString overview

Added in v1.0.0


Table of contents


Model

NonEmptyString (type alias)

A string with length greater than one

Signature

export type NonEmptyString = Branded<string, NonEmptyStringBrand>

Added in v1.0.0

String

NonEmptyString

A string with length greater than one

Signature

export declare const NonEmptyString: Schema<Opaque<string, NonEmptyStringBrand>, Opaque<string, NonEmptyStringBrand>>

Added in v1.0.0