diff --git a/index.ts b/index.ts index 7e1371b..e61ab06 100644 --- a/index.ts +++ b/index.ts @@ -785,6 +785,7 @@ const getRepo = (url?: URL | HTMLAnchorElement | Location | string): RepositoryI }; export const utils = { + getOrg, getUsername, getCleanPathname, getCleanGistPathname,