UNPKG

gitquick

Version:

Git Add, Commit, and Push on the Fly

11 lines 535 B
/** * Constants used throughout the gitquick application */ export declare const GIT_EXIT_CODES: Record<string, number>; export declare const GIT_STATUS_PATTERNS: Record<string, string>; export declare const GIT_REMOTE_TYPES: Record<string, string>; export declare const URL_PARSE_INDICES: Record<string, number>; export declare const CHANGE_MESSAGES: Record<string, string>; export declare const VALIDATION: Record<string, number>; export declare const ERROR_MESSAGES: Record<string, string>; //# sourceMappingURL=constants.d.ts.map