hasChanged
Checks whether the current value differs from the previous value.
Table of contents
Category
Value
Import
jsimport { hasChanged } from "valyrian.js/utils";Public signature
ts(prev: any, current: any): booleanParameters
tsprev: any, current: anyResult
tsboolean