isParseLinkFrontmatterReference
Determines whether a reference is a ParseLinkFrontmatterReference.
Import:
import { isParseLinkFrontmatterReference } from 'obsidian-dev-utils/obsidian/parse-link';Signature:
function isParseLinkFrontmatterReference(reference: Reference): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
reference | Reference | The reference to check. |
Returns: boolean — true if the reference is a ParseLinkFrontmatterReference, otherwise false.