unifi-protect
Version:
A complete implementation of the UniFi Protect API.
13 lines • 442 B
JavaScript
/* Copyright(C) 2019-2025, HJD (https://github.com/hjdhjd). All rights reserved.
*
* index.ts: UniFi Protect API registration.
*/
/** @internal */
// Export our support types.
export { FetchError } from "@adobe/fetch";
// Export our API.
export * from "./protect-api.js";
export { ProtectApiEvents } from "./protect-api-events.js";
export * from "./protect-logging.js";
export * from "./protect-types.js";
//# sourceMappingURL=index.js.map