Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/Document/normalizeLanguageIds.js
export function normalizeLanguageIds(languageId) {
return (Array.isArray(languageId) ? languageId.join(',') : languageId).split(',').map((s) => s.trim());
}
//# sourceMappingURL=normalizeLanguageIds.js.map