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 21fd571 commit de75a50Copy full SHA for de75a50
index.ts
@@ -401,7 +401,7 @@ TEST: addTests('hasRepoHeader', combinedTestOnly);
401
export const isEmptyRepoRoot = (): boolean => isRepoHome() && !exists('link[rel="canonical"]');
402
403
/**
404
- * @deprecated Doesn't work anymore. Use API instead.
+ * @deprecated Doesn't work anymore. Use `isEmptyRepoRoot` or API instead.
405
*/
406
export const isEmptyRepo = (): boolean => exists('[aria-label="Cannot fork because repository is empty."]');
407
0 commit comments