feat(interactive): Add interactive console features and refactor spinner module by renaming source-ora to source-interactive and removing ora dependency

This commit is contained in:
2025-05-15 19:53:29 +00:00
parent 09da3a1e2d
commit 7e8a404fcf
13 changed files with 989 additions and 269 deletions

View File

@ -0,0 +1,10 @@
// 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 };