lix-website/themes/lix/assets/bootstrap/node_modules/cspell/dist/app.d.ts
2024-04-26 22:49:34 -06:00

5 lines
257 B
TypeScript

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