elasticsearch/ts/elasticlog.plugins.ts
2018-08-12 16:42:09 +02:00

5 lines
207 B
TypeScript

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