UNPKG

cspell

Version:
3 lines 228 B
export type DictionaryPathFormat = 'hide' | 'long' | 'short' | 'full'; export declare function isDictionaryPathFormat(value: string | undefined): value is DictionaryPathFormat; //# sourceMappingURL=DictionaryPathFormat.d.mts.map