UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

8 lines (7 loc) 194 B
//#region src/utils/schema/is-changed.ts /** Keep only diff entries that actually changed. */ function isChanged(entry) { return Array.isArray(entry.diff); } //#endregion export { isChanged };