7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import * as elasticsearch from 'elasticsearch';
|
|
import * as smartdelay from 'smartdelay';
|
|
export {
|
|
elasticsearch,
|
|
smartdelay
|
|
}
|