14 lines
187 B
TypeScript
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
|
||
|
};
|