isFrontmatterChange
Checks if a file change is a frontmatter change.
Import:
import { isFrontmatterChange } from 'obsidian-dev-utils/obsidian/file-change';Signature:
function isFrontmatterChange(fileChange: FileChange): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
fileChange | FileChange | The file change to check. |
Returns: boolean — A boolean indicating whether the file change is a frontmatter change.