UNPKG

guardz

Version:

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

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