kjelsrud.dev/node_modules/astro/dist/cli/docs/index.d.ts

7 lines
221 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type yargs from 'yargs-parser';
interface DocsOptions {
flags: yargs.Arguments;
}
export declare function docs({ flags }: DocsOptions): Promise<import("execa").ExecaReturnValue<string> | undefined>;
export {};