Current section

Files

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

priv/bun/node_modules/cspell/dist/esm/emitters/DictionaryPathFormat.d.ts

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