kjelsrud.dev/node_modules/astro/dist/cli/docs/index.d.ts
2023-07-19 21:31:30 +02:00

6 lines
221 B
TypeScript

import type yargs from 'yargs-parser';
interface DocsOptions {
flags: yargs.Arguments;
}
export declare function docs({ flags }: DocsOptions): Promise<import("execa").ExecaReturnValue<string> | undefined>;
export {};