UNPKG

@httpx/assert

Version:
8 lines (5 loc) 390 B
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 };