feat(terminal): add optional live timers and spinners to terminal tasks
This commit is contained in:
@@ -5,8 +5,9 @@ import * as path from 'node:path';
|
||||
import * as smartparam from '@push.rocks/smartobject';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as smarttime from '@push.rocks/smarttime';
|
||||
|
||||
export { smartlog, lik, path, smartparam, smartpromise, smartrx };
|
||||
export { smartlog, lik, path, smartparam, smartpromise, smartrx, smarttime };
|
||||
|
||||
// thirdparty scope
|
||||
import yargsParser from 'yargs-parser';
|
||||
|
||||
Reference in New Issue
Block a user