10 lines
183 B
TypeScript
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 };
|