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.

5 lines (4 loc) 211 B
export { AdminApi } from './module/DataApi'; export { IAdminApi } from './module/interface'; export { MessageRouterImpl } from './module/router'; export { WebhookDispatcher } from './module/webhook.dispatcher';