11 lines
222 B
TypeScript
11 lines
222 B
TypeScript
// pushrocks scope
|
|
import * as lik from '@pushrocks/lik';
|
|
import * as smartparam from '@pushrocks/smartparam';
|
|
|
|
export { lik, smartparam };
|
|
|
|
// third party scope
|
|
import * as inquirer from 'inquirer';
|
|
|
|
export { inquirer };
|