UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

3 lines (2 loc) 161 B
export declare const remoteUrlPrefixes: readonly ["https://", "git@", "ssh://", "git://"]; export declare const isExplicitRemoteUrl: (value: string) => boolean;