UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

3 lines 326 B
export declare function mergeUserAgent(existingComponents: Map<string, string>, additionalComponents: Record<string, string | null | undefined>, allowOverwrite?: boolean): Map<string, string>; export declare function userAgentComponentsToString(components: Map<string, string>): string; //# sourceMappingURL=UserAgent.d.ts.map