Files

3 lines
112 B
TypeScript

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