UNPKG

@httpx/assert

Version:
7 lines (5 loc) 182 B
declare const errPfx = "Value is expected to be"; declare const formatErrMsg: (msg: string, v: unknown, options?: { pfx: boolean; }) => string; export { errPfx, formatErrMsg };