Current section

Files

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

priv/bun/node_modules/cspell/dist/esm/app.d.ts

import { i as LinterCliOptions } from "./options-D_PtlSKK.js";
import { Command } from "commander";
//#region src/util/errors.d.ts
declare class CheckFailed extends Error {
readonly exitCode: number;
constructor(message: string, exitCode?: number);
}
declare class ApplicationError extends Error {
readonly exitCode: number;
readonly cause?: Error | undefined;
constructor(message: string, exitCode?: number, cause?: Error | undefined);
}
//#endregion
//#region src/app.d.mts
declare function run(command?: Command, argv?: string[]): Promise<void>;
//#endregion
export { ApplicationError, CheckFailed, type LinterCliOptions as Options, run };
//# sourceMappingURL=app.d.ts.map