function isSingleResultCollection(collection): boolean;function isSingleResultCollection(collection): boolean;Defined in: packages/db/src/live-query-adapter.ts:35
Whether a collection yields a single result (findOne) rather than an array.
Collection<any, any, any>
boolean