@httpx/assert
Version:
Assertions and typeguards
8 lines (5 loc) • 390 B
text/typescript
import { W as WeakOpaqueContainer } from './opaque.types-Dc5fGlwR.cjs';
type StringNonEmpty = string & WeakOpaqueContainer<'StringNonEmpty'>;
type ParsableSafeInt = string & WeakOpaqueContainer<'ParsableSafeInt'>;
type ParsableStrictIsoDateZ = string & WeakOpaqueContainer<'ParsableStrictIsoDateZ'>;
export type { ParsableSafeInt as P, StringNonEmpty as S, ParsableStrictIsoDateZ as a };