Current section

Files

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

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

import type { Command } from 'commander';
export { LinterCliOptions as Options } from './options.js';
export { ApplicationError, CheckFailed } from './util/errors.js';
export declare function run(command?: Command, argv?: string[]): Promise<void>;
//# sourceMappingURL=app.d.mts.map