getVersionMetadata
Looks up the metadata entry for a concrete Obsidian app version.
Import:
import { getVersionMetadata } from 'obsidian-integration-testing';Signature:
function getVersionMetadata(version: string): ObsidianVersionMetadata | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
version | string | A concrete x.y.z app version. |
Returns: ObsidianVersionMetadata | undefined — The entry, or undefined when the version is absent from the table.