UNPKG

@komponent/unifi-protect-lib

Version:

Node library for connecting to Ubiquiti Unifi Protect controllers and listen for events

9 lines (8 loc) 199 B
export declare class Headers { private values; constructor(); has(key: string): boolean; get(key: string): string; set(key: string, value: string): void; getHeaders(): any; }