UNPKG

repomix

Version:

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

5 lines (4 loc) 199 B
export const remoteUrlPrefixes = ['https://', 'git@', 'ssh://', 'git://']; export const isExplicitRemoteUrl = (value) => { return remoteUrlPrefixes.some((prefix) => value.startsWith(prefix)); };