logdna/ts/logdna.plugins.ts

7 lines
285 B
TypeScript
Raw Normal View History

2018-11-04 20:11:48 +00:00
import * as lik from '@pushrocks/lik';
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-04 20:11:48 +00:00
export { lik, smartrequest, smartstring, smartlogInterfaces };