elasticsearch/ts/els.plugins.ts

9 lines
421 B
TypeScript
Raw Permalink Normal View History

2023-07-05 07:38:43 +00:00
import * as elasticsearch from '@elastic/elasticsearch';
2023-08-29 09:11:25 +00:00
import * as lik from '@push.rocks/lik';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarttime from '@push.rocks/smarttime';
2018-11-09 22:15:11 +00:00
2018-11-25 21:02:57 +00:00
export { elasticsearch, lik, smartdelay, smartlogInterfaces, smartpromise, smarttime };