Files
lucide/tools/build-helpers/helpers.ts
Eric Fennis 3e644fda2d chore(scripts): Refactor scripts to typescript (#3316)
* Adjust typescript types

* adjust types

* fix types in all helper files

* Fix types

* Migrate js files to ts files

* Refactor to TS files

* Rename extentions

* Adjust imports

* Fix builds

* Update lockfile

* Fix last typescript migration

* Fix entry path @lucide/outline-svg

* Fix types

* add checkout step

* format files

* Format files
2025-06-18 15:47:24 +02:00

21 lines
783 B
TypeScript

export * from './src/toCamelCase.ts';
export * from './src/toPascalCase.ts';
export * from './src/toKebabCase.ts';
export * from './src/resetFile.ts';
export * from './src/readFile.ts';
export * from './src/appendFile.ts';
export * from './src/writeFile.ts';
export * from './src/writeFileIfNotExists.ts';
export * from './src/readAllMetadata.ts';
export * from './src/readMetadata.ts';
export * from './src/readSvgDirectory.ts';
export * from './src/readSvg.ts';
export * from './src/writeSvgFile.ts';
export * from './src/hash.ts';
export * from './src/generateHashedKey.ts';
export * from './src/hasDuplicatedChildren.ts';
export * from './src/mergeArrays.ts';
export * from './src/getCurrentDirPath.ts';
export * from './src/minifySvg.ts';
export * from './src/shuffleArray.ts';