UNPKG

@bemedev/core

Version:

The core library of @bemedev

6 lines 266 B
/** * Convertit un chemin de fichier en clé dot notation comme dans .manifest.ts * Ex: 'features/arrays/castings/all.ts' -> 'features.arrays.castings.all' */ export declare function pathToDotNotation(filePath: string): string; //# sourceMappingURL=utils.d.ts.map