UNPKG

blow-data-service

Version:

Observable data service for Blow.

7 lines (6 loc) 275 B
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 };