Skip to content

PathOrFolder

A path or a folder.

Import:

import type { PathOrFolder } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

export type PathOrFolder

Signature:

type PathOrFolder = string | TFolder

Type: string | TFolder


Links to this page: