UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

11 lines 361 B
export declare class ImportError extends Error { readonly cause: Error | undefined; constructor(msg: string, cause?: Error | unknown); } export declare class UnsupportedSchema extends Error { constructor(msg: string); } export declare class UnsupportedPnpFile extends Error { constructor(msg: string); } //# sourceMappingURL=ImportError.d.ts.map