Files
dealplustech/dealplustech-astro/node_modules/astro/dist/cli/check/index.d.ts
2026-03-02 12:35:14 +07:00

3 lines
112 B
TypeScript

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