UNPKG

cspell

Version:

A Spelling Checker for Code!

8 lines 193 B
export function fixLegacy(opts) { const { local, ...rest } = opts; if (local && !rest.locale) { rest.locale = local; } return rest; } //# sourceMappingURL=options.js.map