UNPKG

cspell

Version:
12 lines 281 B
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.mjs.map