UNPKG

guardz

Version:

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

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