UNPKG

miragejs

Version:

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

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