Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-config-lib/dist/serializers/index.js
import { serializerCSpellJson } from './cspellJson.js';
import { serializerCSpellYaml } from './cspellYaml.js';
import { serializerPackageJson } from './packageJson.js';
export const defaultDeserializers = [
serializerCSpellJson,
serializerCSpellYaml,
serializerPackageJson,
];
//# sourceMappingURL=index.js.map