UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
scripts
/
utils.d.ts
6 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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