10 lines
183 B
TypeScript
10 lines
183 B
TypeScript
// pushrocks scope
|
|
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
|
|
|
|
export { smartlogInterfaces };
|
|
|
|
// third party scope
|
|
import ora from 'ora';
|
|
|
|
export { ora };
|