UNPKG

@citrineos/ocpprouter

Version:

The ocpprouter module for OCPP v2.0.1. This module is not intended to be used directly, but rather as a dependency for other modules.

7 lines 317 B
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache-2.0 export { AdminApi } from './module/DataApi.js'; export { MessageRouterImpl } from './module/router.js'; export { WebhookDispatcher } from './module/webhook.dispatcher.js'; //# sourceMappingURL=index.js.map