A function that resolves the current vault path.
Import:
import type { VaultPathResolver } from 'obsidian-integration-testing';
Signature:
export type VaultPathResolver
Signature:
type VaultPathResolver = () => string | undefined
Type: () => string | undefined
Links to this page: