2020-02-02 13:45:59 +00:00
|
|
|
// pushrocks scope
|
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartparam from '@pushrocks/smartparam';
|
|
|
|
|
|
|
|
export {
|
|
|
|
lik,
|
|
|
|
smartparam
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// third party scope
|
2018-07-25 14:58:18 +00:00
|
|
|
import * as inquirer from 'inquirer';
|
2016-11-20 00:11:22 +00:00
|
|
|
|
2018-07-25 14:58:18 +00:00
|
|
|
export { inquirer };
|