lix-website/themes/lix/assets/bootstrap/node_modules/cspell/dist/app.d.ts

5 lines
257 B
TypeScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
import type { Command } from 'commander';
export { LinterCliOptions as Options } from './options';
export { CheckFailed } from './util/errors';
export declare function run(command?: Command, argv?: string[]): Promise<void>;
//# sourceMappingURL=app.d.ts.map