smartlog-source-ora/ts/smartlog-source-ora.plugins.ts
2019-05-09 19:17:03 +02:00

14 lines
187 B
TypeScript

// pushrocks scope
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
export {
smartlogInterfaces
};
// third party scope
import ora from 'ora';
export {
ora
};