X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FFileUtils.ts;h=328687b2dcdc21f46868d538cb110c0aa9248e7a;hb=f911a4af34e676a49f542aec31cbef8075fb65ef;hp=ee8f053c59e5d23c579d4d31234e0e255cb64cad;hpb=5a2a53cfa256a32aa342d4dee48492118065e84a;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/FileUtils.ts b/src/utils/FileUtils.ts index ee8f053c..328687b2 100644 --- a/src/utils/FileUtils.ts +++ b/src/utils/FileUtils.ts @@ -2,14 +2,12 @@ import fs from 'node:fs'; import chalk from 'chalk'; -import logger from './Logger'; -import Utils from './Utils'; -import type { EmptyObject } from '../types/EmptyObject'; -import type { HandleErrorParams } from '../types/Error'; -import type { FileType } from '../types/FileType'; -import type { JsonType } from '../types/JsonType'; +// import { Utils, logger } from './internal'; +import { logger } from './Logger'; +import { Utils } from './Utils'; +import type { EmptyObject, FileType, HandleErrorParams, JsonType } from '../types'; -export default class FileUtils { +export class FileUtils { private constructor() { // This is intentional }