8 lines
305 B
TypeScript
8 lines
305 B
TypeScript
import * as path from 'path';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
|
|
export { path, smartfile, smartlog, smartpromise, smartshell };
|