IOweb/node_modules/astro/dist/cli/add/index.d.ts
2026-07-03 15:07:38 -05:00

6 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 {};