UNPKG

git-aiflow

Version:

🚀 An AI-powered workflow automation tool for effortless Git-based development, combining smart GitLab/GitHub merge & pull request creation with Conan package management.

8 lines • 218 B
/** * Utility for string sanitization */ export declare class StringUtil { static sanitizeName(name: string): string; static sanitizeBranch(branch: string): string; } //# sourceMappingURL=string-util.d.ts.map