UNPKG

unifi-protect

Version:

A complete implementation of the UniFi Protect API.

8 lines (7 loc) 318 B
/** @internal */ export { FetchError } from "@adobe/fetch"; export * from "./protect-api.js"; export type { ProtectLivestream } from "./protect-api-livestream.js"; export { ProtectApiEvents, ProtectEventPacket } from "./protect-api-events.js"; export * from "./protect-logging.js"; export * from "./protect-types.js";