logdna/ts/logdna.plugins.ts

6 lines
241 B
TypeScript
Raw Normal View History

2018-11-01 17:13:34 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartstring from '@pushrocks/smartstring';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
2018-11-03 15:22:32 +00:00
export { smartrequest, smartstring, smartlogInterfaces };