UNPKG

@jw988/unifi-access

Version:

A soon-to-be-almost-complete implementation of the UniFi Access API.

9 lines 313 B
/* Copyright(C) 2019-2025, HJD (https://github.com/hjdhjd). All rights reserved. * * index.ts: UniFi Access API registration. */ export * from "./access-api.js"; export * from "./access-logging.js"; export * from "./access-types.js"; export { FetchError } from "@adobe/fetch"; //# sourceMappingURL=index.js.map