Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell/dist/esm/emitters/DictionaryPathFormat.js
const formats = {
full: true,
hide: true,
long: true,
short: true,
};
export function isDictionaryPathFormat(value) {
if (!value || typeof value !== 'string')
return false;
return value in formats;
}
//# sourceMappingURL=DictionaryPathFormat.js.map