refactor(simulator): remove duplicated code in utils
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 14:40:47 +0000 (15:40 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 14 Feb 2023 14:40:47 +0000 (15:40 +0100)
commitdada83ec9f4fb9426070147b43615d494ae86fcc
treee2c90b4d09c7659996429619bcb0e9ea0b268ce4
parent480fecf6f69bc342772aa161c4452e2b544e12a4
refactor(simulator): remove duplicated code in utils

use the internal module export/import pattern without introducing nasty
circular dependencies

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/ChargingStationTemplate.ts
src/utils/Configuration.ts
src/utils/Utils.ts