UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

8 lines (7 loc) 242 B
declare function parseHeader(value: string): Record<string, string>; declare function headerToString(value: object): string; export declare const HttpHeader: { parse: typeof parseHeader; toString: typeof headerToString; }; export {};