Skip to content

doesFolderPathExist

doesFolderPathExist(bookmarkTree, folderPath): boolean

Defined in: domain/bookmarks/bookmark-directory.ts:167

Bookmark Tree内にfolder pathが存在するかを判定します。

BookmarkTree

判定対象のBookmark Treeです。

string

判定するfolder pathです。

boolean

folder pathが存在すればtrueです。

const result = doesFolderPathExist(bookmarkTree, "/Work/Admin");