Current section

Files

Jump to
spellweaver priv bun node_modules cspell dist esm emitters DictionaryPathFormat.js
Raw

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