amis-rpc-design/node_modules/@react-native-community/cli-doctor/build/tools/healthchecks/index.d.ts
2023-10-07 19:42:30 +08:00

12 lines
335 B
TypeScript

import { Healthchecks } from '../../types';
export declare const HEALTHCHECK_TYPES: {
ERROR: string;
WARNING: string;
};
type Options = {
fix: boolean | void;
contributor: boolean | void;
};
export declare const getHealthchecks: ({ contributor }: Options) => Healthchecks;
export {};
//# sourceMappingURL=index.d.ts.map