UNPKG

blow-data-service

Version:

Observable data service for Blow.

16 lines (13 loc) 291 B
'use strict'; import {Query} from 'blow-query'; import {ServiceSettings} from 'blow-service'; import {Entity} from './Entity'; import {DataService} from './DataService'; import {Collection} from './Collection'; export { Collection, DataService, ServiceSettings, Entity, Query };