elasticsearch/ts/elasticsearch.plugins.ts
2018-11-09 23:15:11 +01:00

7 lines
301 B
TypeScript

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