UNPKG

@projectcaluma/ember-form-builder

Version:

Ember engine for building Caluma forms.

8 lines (6 loc) 205 B
export default function (type, value) { return (key, newValue, oldValue, changes, content) => { const { __typename } = { ...changes, ...content }; return (__typename === type) === value; }; }