forked from lix-project/lix-website
5 lines
257 B
TypeScript
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
|