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

3 lines
112 B
TypeScript

import { type Flags } from '../flags.js';
export declare function check(flags: Flags): Promise<boolean | void>;