UNPKG

guardz

Version:

A simple and lightweight TypeScript type guard library for runtime type validation.

4 lines (3 loc) 74 B
export type NonEmptyString = string & { __brand: 'NonEmptyString'; };