smartlog-destination-local/ts/sl.destlocal.plugins.ts
2018-11-04 13:26:56 +01:00

8 lines
323 B
TypeScript

import * as consolecolor from '@pushrocks/consolecolor';
import * as smartenv from 'smartenv';
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
import * as smartpromise from '@pushrocks/smartpromise';
let ora = require('ora');
export { consolecolor, smartenv, smartlogInterfaces, smartpromise, ora };