UNPKG

gitset

Version:

Enhanced git init with user configuration management

12 lines 396 B
export declare class WelcomeScreen { show(): Promise<void>; private generateAsciiArt; showSuccess(directory: string, userInfo: { name: string; email: string; }, isConfigUpdate?: boolean): void; showError(error: string, suggestion?: string): void; showWarning(warning: string): void; showInfo(info: string): void; } //# sourceMappingURL=welcome.d.ts.map