Files
homewebsite/node_modules/astro/dist/cli/add/index.d.ts
2025-10-17 20:17:33 +00:00

7 lines
180 B
TypeScript

import { type Flags } from '../flags.js';
interface AddOptions {
flags: Flags;
}
export declare function add(names: string[], { flags }: AddOptions): Promise<void>;
export {};