We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fdb07 commit 70cf49fCopy full SHA for 70cf49f
index.ts
@@ -567,8 +567,8 @@ TEST: addTests('isRepoNetworkGraph', [
567
568
export const isForkedRepo = (): boolean => exists('meta[name="octolytics-dimension-repository_is_fork"][content="true"]');
569
570
-export const isForkingRepo = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
571
-TEST: addTests('isForkingRepo', [
+export const isFork = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
+TEST: addTests('isFork', [
572
'https://github.com/refined-github/refined-github/fork',
573
]);
574
0 commit comments