smartinteract/ts/smartinteract.plugins.ts
2020-02-02 13:45:59 +00:00

15 lines
226 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 };