UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

5 lines 201 B
export const parseGithubUrl = (url) => { const parts = url.replace("https://github.com/", "").split("/"); return parts.length === 2 ? parts : []; }; //# sourceMappingURL=parse-github-url.js.map