UNPKG

@bigtest/mirage

Version:

A client-side server to develop, test and prototype your app.

6 lines (4 loc) 158 B
import _isPlainObject from 'lodash/isPlainObject'; export default function(object) { return _isPlainObject(object) && object.__isAssociation__ === true; }