X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Findex.ts;h=8d8a83c3586549c074e4e4b1feeff5cf905d6b98;hb=4c6f35659fb67d395adc035ef80c566eb6eef79e;hp=e1627f9917ea8a10f1a88786524d17f59ba57ffe;hpb=90aceaf6e0cd749bc5feb4e50c89f2a213c53108;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/index.ts b/src/charging-station/index.ts index e1627f99..8d8a83c3 100644 --- a/src/charging-station/index.ts +++ b/src/charging-station/index.ts @@ -1,15 +1,18 @@ -export { Bootstrap } from './Bootstrap'; -export type { ChargingStation } from './ChargingStation'; +export { Bootstrap } from './Bootstrap.js' +export type { ChargingStation } from './ChargingStation.js' export { addConfigurationKey, getConfigurationKey, - setConfigurationKeyValue, -} from './ConfigurationKeyUtils'; + setConfigurationKeyValue +} from './ConfigurationKeyUtils.js' export { + canProceedChargingProfile, checkChargingStation, + getConnectorChargingProfiles, getIdTagsFile, hasFeatureProfile, hasReservationExpired, + prepareChargingProfileKind, removeExpiredReservations, - resetConnectorStatus, -} from './Helpers'; + resetConnectorStatus +} from './Helpers.js'