15 lines
474 B
TypeScript
15 lines
474 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
|
|
// @pushrocks scope
|
|
import * as consolecolor from '@pushrocks/consolecolor';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
|
|
// sindresorhus
|
|
import * as figures from 'figures';
|
|
|
|
export { consolecolor, figures, path, smartfile, smartlog, smartpromise, smartshell };
|