logtail/ts/logtail.plugins.ts

7 lines
176 B
TypeScript
Raw Normal View History

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