UNPKG

@httpx/assert

Version:
7 lines (5 loc) 143 B
declare const tag: unique symbol; type WeakOpaqueContainer<Token> = { readonly [tag]: Token; }; export type { WeakOpaqueContainer as W };