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

3 lines
112 B
TypeScript

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