logdna/ts/logdna.plugins.ts

10 lines
247 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';
export {
smartrequest,
smartstring,
smartlogInterfaces
};