Skip to content

Commit

Permalink
fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Jan 22, 2025
1 parent 9062aa9 commit fdb72ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface TreeItem {
* Checks if an entry is hidden (starts with an underscore)
*
* @param entry {EntryType} the entry to check for visibility
* @returns {boolean}
*/
export function isHidden(entry: EntryType) {
return entry.getBaseName().startsWith("_")
Expand Down

0 comments on commit fdb72ea

Please sign in to comment.