@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
9 lines (8 loc) • 460 B
TypeScript
import { LocalesValues } from "@intlayer/types/module_augmentation";
import { ANSIColorsType } from "@intlayer/config/logger";
//#region src/utils/formatter.d.ts
declare const formatPath: (path: string | string[], color?: ANSIColorsType | false) => string;
declare const formatLocale: (locale: LocalesValues | LocalesValues[], color?: ANSIColorsType | false) => string;
//#endregion
export { formatLocale, formatPath };
//# sourceMappingURL=formatter.d.ts.map