UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

4 lines (3 loc) 263 B
export declare const isGitHubAuthError: (errorMessage: string) => boolean; export declare const getGitHubAuthErrorMessage: (repoName: string, hasGhToken: boolean) => string; export declare const getUserMessageForNpmInstallErrors: (errorOutput: string) => string;