2019-01-09 11:15:28 +00:00
|
|
|
// native
|
2018-08-10 21:10:48 +00:00
|
|
|
import * as path from 'path';
|
2019-01-09 11:15:28 +00:00
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
// @pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
2018-08-10 21:10:48 +00:00
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
|
|
import * as smartstring from '@pushrocks/smartstring';
|
|
|
|
|
2019-01-09 11:15:28 +00:00
|
|
|
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring };
|