logdna/ts/logdna.plugins.ts
2018-11-03 16:22:32 +01:00

6 lines
241 B
TypeScript

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