refactor: rename formatter utilities

This commit is contained in:
xingyu4j
2026-03-13 21:56:23 +08:00
parent 6dabb848a5
commit 542ed6c08f
5 changed files with 16 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
export * from './constants';
export * from './date';
export { formatFile } from './formatter';
export * from './fs';
export * from './git';
export { getStagedFiles, add as gitAdd } from './git';
export { generatorContentHash } from './hash';
export * from './monorepo';
export { toPosixPath } from './path';
export { prettierFormat } from './prettier';
export * from './spinner';
export type { Package } from '@manypkg/get-packages';
export { default as colors } from 'chalk';