Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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