lix-website/themes/lix/assets/bootstrap/node_modules/cspell/dist/options.js
2024-04-26 22:49:34 -06:00

12 lines
322 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fixLegacy = void 0;
function fixLegacy(opts) {
const { local, ...rest } = opts;
if (local && !rest.locale) {
rest.locale = local;
}
return rest;
}
exports.fixLegacy = fixLegacy;
//# sourceMappingURL=options.js.map