UNPKG

cspell

Version:

A Spelling Checker for Code!

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