elasticsearch/ts/elasticlog.plugins.ts

7 lines
131 B
TypeScript
Raw Normal View History

2018-01-26 01:00:01 +00:00
import * as elasticsearch from 'elasticsearch';
import * as smartdelay from 'smartdelay';
2018-01-24 23:38:07 +00:00
export {
2018-01-26 01:00:01 +00:00
elasticsearch,
smartdelay
2018-01-24 23:38:07 +00:00
}