UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

11 lines 295 B
//#region src/utils/getChunk.d.ts type TrunkOptions = { lineStart?: number; lineLength?: number; charStart?: number; charLength?: number; }; declare const getChunk: (text: string, options?: TrunkOptions) => string; //#endregion export { getChunk }; //# sourceMappingURL=getChunk.d.ts.map