Files
skills-here-run-place/node_modules/astro/dist/cli/db/index.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

5 lines
128 B
TypeScript

import type { Arguments } from 'yargs-parser';
export declare function db({ flags }: {
flags: Arguments;
}): Promise<void>;