logtail/ts/logtail.plugins.ts

9 lines
222 B
TypeScript
Raw Normal View History

2021-08-24 20:14:20 +00:00
import * as lik from '@pushrocks/lik';
2021-07-06 19:30:07 +00:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartrequest from '@pushrocks/smartrequest';
export {
2021-08-24 20:14:20 +00:00
lik,
2021-07-06 19:30:07 +00:00
smartlogInterfaces,
smartrequest,
}