5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
import * as elasticsearch from 'elasticsearch';
|
|
import * as smartdelay from 'smartdelay';
|
|
import * as smartlogInterfaces from 'smartlog-interfaces';
|
|
export { elasticsearch, smartdelay, smartlogInterfaces };
|