UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

5 lines (4 loc) 249 B
export { default } from './Database'; export { default as Table } from './Table'; export { default as View } from './View'; export { default as FeatureCollection, PointCollection, PolygonCollection, PolylineCollection, } from './FeatureCollection';