smartlog-source-ora/ts/smartlog-source-ora.plugins.ts

14 lines
187 B
TypeScript
Raw Normal View History

2019-05-09 17:17:03 +00:00
// pushrocks scope
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
export {
smartlogInterfaces
};
// third party scope
import ora from 'ora';
export {
ora
};