UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 174 B
export type BytesParseOptions = { defaultUnit?: "b" | "kb" | "mb" | "gb" | "tb"; }; export declare function parseByteSize(raw: string, opts?: BytesParseOptions): number;