@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 306 B
TypeScript
import { IntlayerConfig } from "@intlayer/types/config";
//#region src/detectFormatCommand.d.ts
declare const detectFormatCommand: (configuration: IntlayerConfig, projectRequireProp?: NodeJS.Require) => string;
//#endregion
export { detectFormatCommand };
//# sourceMappingURL=detectFormatCommand.d.ts.map