elasticsearch/ts/elasticlog.plugins.ts

5 lines
207 B
TypeScript
Raw Normal View History

2018-08-12 14:42:09 +00:00
import * as elasticsearch from 'elasticsearch';
import * as smartdelay from 'smartdelay';
import * as smartlogInterfaces from 'smartlog-interfaces';
export { elasticsearch, smartdelay, smartlogInterfaces };