UNPKG

@intlayer/chokidar

Version:

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

8 lines (6 loc) 283 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#region src/utils/sortAlphabetically.ts const sortAlphabetically = (a, b) => a.localeCompare(b); //#endregion exports.sortAlphabetically = sortAlphabetically; //# sourceMappingURL=sortAlphabetically.cjs.map