UNPKG

guardz

Version:

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

4 lines (3 loc) 80 B
export type NonPositiveNumber = number & { __brand: 'NonPositiveNumber'; };