elasticsearch/ts/elasticsearch.plugins.ts

7 lines
301 B
TypeScript
Raw Normal View History

2018-08-12 14:42:09 +00:00
import * as elasticsearch from 'elasticsearch';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
2018-11-09 22:15:11 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
export { elasticsearch, smartdelay, smartlogInterfaces, smartpromise };