UNPKG

@nestjs/mongoose

Version:

Nest - modern, fast, powerful node.js web framework (@mongoose)

7 lines 239 B
export function isTargetEqual(a, b) { return (a.target === b.target || (a.target.prototype ? isTargetEqual({ target: a.target.__proto__ }, b) : false)); } //# sourceMappingURL=is-target-equal-util.js.map