UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

9 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessageInfo = void 0; // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 var MessageInfo_1 = require("./MessageInfo"); Object.defineProperty(exports, "MessageInfo", { enumerable: true, get: function () { return MessageInfo_1.MessageInfo; } }); //# sourceMappingURL=index.js.map