smartlog-destination-local/ts/sl.destlocal.plugins.ts

8 lines
323 B
TypeScript
Raw Normal View History

2018-11-04 12:22:45 +00:00
import * as consolecolor from '@pushrocks/consolecolor';
2018-03-01 00:06:12 +00:00
import * as smartenv from 'smartenv';
2018-11-04 12:22:45 +00:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
2018-03-01 00:06:12 +00:00
let ora = require('ora');
2016-02-23 13:34:40 +00:00
2018-11-04 12:26:56 +00:00
export { consolecolor, smartenv, smartlogInterfaces, smartpromise, ora };