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

10 lines
183 B
TypeScript

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