UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 128 B
import type { Arguments } from 'yargs-parser'; export declare function db({ flags }: { flags: Arguments; }): Promise<void>;