Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

12 lines
305 B
TypeScript

declare const KEYS: {
FIX_ALL_ISSUES: string;
FIX_ERRORS: string;
FIX_WARNINGS: string;
EXIT: string;
};
export { KEYS };
declare const _default: ({ onKeyPress }: {
onKeyPress: (...args: any[]) => void;
}) => void;
export default _default;
//# sourceMappingURL=printFixOptions.d.ts.map