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

2 lines
112 B
TypeScript

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