UNPKG

typed-ocpp

Version:

A library for type-aware parsing, serialization and validation of OCPP 1.6, OCPP 2.0 and OCPP 2.1 messages

6 lines (5 loc) 234 B
export type { ChargingLimits } from './common/utils.js'; export { OCPP16 } from './ocpp16/index.js'; export { OCPP20 } from './ocpp20/index.js'; export { OCPP21 } from './ocpp21/index.js'; export { Models } from './common/models.js';