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

7 lines
275 B
TypeScript

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