15 lines
460 B
TypeScript
15 lines
460 B
TypeScript
// native
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
|
|
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring };
|