UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

10 lines 475 B
import type { LoadOptions } from './DictionaryLoader.js'; export declare class SpellingDictionaryLoadError extends Error { readonly uri: string; readonly options: LoadOptions; readonly cause: Error; readonly name: string; constructor(uri: string, options: LoadOptions, cause: Error, message: string); } export declare function isSpellingDictionaryLoadError(e: Error): e is SpellingDictionaryLoadError; //# sourceMappingURL=SpellingDictionaryError.d.ts.map