UNPKG

miragejs

Version:

A client-side server to help you build, test and demo your JavaScript app

9 lines (7 loc) 172 B
import isPlainObject from "lodash/isPlainObject"; /** @hide */ export default function (object) { return isPlainObject(object) && object.__isAssociation__ === true; }