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

5 lines 210 B
export { OCPP16 } from './ocpp16/index.js'; export { OCPP20 } from './ocpp20/index.js'; export { OCPP21 } from './ocpp21/index.js'; export { Models } from './common/models.js'; //# sourceMappingURL=index.js.map