10 lines
283 B
TypeScript
10 lines
283 B
TypeScript
// pushrocks scope
|
|
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
|
|
import * as consolecolor from '@push.rocks/consolecolor';
|
|
|
|
export { smartlogInterfaces, consolecolor };
|
|
|
|
// node.js internal
|
|
import { stdout, stderr } from 'process';
|
|
|
|
export { stdout, stderr }; |