Skip to content

isContentChange

Checks if a file change is a content change.

Import:

import { isContentChange } from 'obsidian-dev-utils/obsidian/file-change';

Signature:

function isContentChange(fileChange: FileChange): boolean

Parameters:

ParameterTypeDescription
fileChangeFileChangeThe file change to check.

Returns: boolean — A boolean indicating whether the file change is a content change.