UNPKG

@intlayer/chokidar

Version:

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

6 lines (5 loc) 191 B
//#region src/utils/sortAlphabetically.ts const sortAlphabetically = (a, b) => a.localeCompare(b); //#endregion export { sortAlphabetically }; //# sourceMappingURL=sortAlphabetically.mjs.map