logtail/ts/logtail.plugins.ts
2021-08-24 22:14:20 +02:00

9 lines
222 B
TypeScript

import * as lik from '@pushrocks/lik';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartrequest from '@pushrocks/smartrequest';
export {
lik,
smartlogInterfaces,
smartrequest,
}