getMetadataCacheConstructor
Unofficial
Get the obsidian#MetadataCache constructor.
Import:
import { getMetadataCacheConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';Signature:
function getMetadataCacheConstructor(): ConstructorBase<[app: App, vault: Vault], MetadataCache>Returns: ConstructorBase<[app: App, vault: Vault], MetadataCache> — The obsidian#MetadataCache constructor.
Links to this page: