UNPKG

@intlayer/chokidar

Version:

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

8 lines 269 B
//#region src/utils/getPathHash.d.ts /** * Fast hashing using cyrb53 algorithm for small unique strings with low collisions risk */ declare const getPathHash: (filePath: string) => string; //#endregion export { getPathHash }; //# sourceMappingURL=getPathHash.d.ts.map