elasticsearch/ts/elasticsearch.plugins.ts
2018-11-07 11:38:53 +01:00

5 lines
229 B
TypeScript

import * as elasticsearch from 'elasticsearch';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
export { elasticsearch, smartdelay, smartlogInterfaces };