2019-01-09 12:15:28 +01:00
|
|
|
// native
|
2018-08-10 23:10:48 +02:00
|
|
|
import * as path from 'path';
|
2019-01-09 12:15:28 +01:00
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
|
|
|
// @pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
2018-08-10 23:10:48 +02: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-22 12:11:31 +01:00
|
|
|
import * as smartunique from '@pushrocks/smartunique';
|
2018-08-10 23:10:48 +02:00
|
|
|
|
2019-01-22 12:11:31 +01:00
|
|
|
export { lik, smartlog, smartpromise, smartshell, smartfile, smartstring, smartunique };
|
2019-04-10 19:03:17 +02:00
|
|
|
|
|
|
|
// thirdparty scope
|
|
|
|
import * as selfsigned from 'selfsigned';
|
|
|
|
|
2019-08-20 22:30:31 +02:00
|
|
|
export { selfsigned };
|