elasticsearch/ts/els.plugins.ts

9 lines
416 B
TypeScript
Raw Normal View History

2023-07-05 07:38:43 +00:00
import * as elasticsearch from '@elastic/elasticsearch';
2018-11-25 21:02:57 +00:00
import * as lik from '@pushrocks/lik';
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';
2018-11-10 00:48:44 +00:00
import * as smarttime from '@pushrocks/smarttime';
2018-11-09 22:15:11 +00:00
2018-11-25 21:02:57 +00:00
export { elasticsearch, lik, smartdelay, smartlogInterfaces, smartpromise, smarttime };