Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm options.js
Raw

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