Skip to content

normalizeFolderPathInput

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

normalizeFolderPathInput(input): string

Defined in: domain/bookmarks/folder-path.ts:38

Folder path入力を絶対pathへ正規化します。

string

ユーザー入力または内部生成されたfolder pathです。

string

絶対folder pathです。

const result = normalizeFolderPathInput("Work/Admin");
// "/Work/Admin"

Last updated: