@codetanzania/ewea-common
Version:
Common utilities for EWEA
26 lines (25 loc) • 689 B
JavaScript
/**
* @module Common
* @name Common
* @description Common utilities for EWEA.
* @see {@link https://github.com/CodeTanzania/ewea}
* @author lally elias <lallyelias87@gmail.com>
* @since 0.1.0
* @version 0.1.0
* @license MIT
* @example
*
* import { syncIndexes } from '@codetanzania/ewea-common';
* syncIndexes(error => { ... });
*/
export * from '@codetanzania/ewea-internals';
export * from '@lykmapipo/constants';
export * from './constants';
export * from './database';
export * from './seed';
export * from './queries';
// export * from './samples';
// export * from './dataset';
// export * from './functions';
// export * from './middlewares';
// export * from './api';