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