Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell/dist/esm/options.js
export function fixLegacy(opts) {
const { local, ...rest } = opts;
if (local && !rest.locale) {
rest.locale = local;
}
return rest;
}
//# sourceMappingURL=options.js.map