logtail/ts/logtail.plugins.ts
2021-07-06 21:30:07 +02:00

7 lines
176 B
TypeScript

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