smartinteract/ts/smartinteract.plugins.ts

11 lines
222 B
TypeScript
Raw Normal View History

2020-02-02 13:45:59 +00:00
// pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartparam from '@pushrocks/smartparam';
2020-02-07 16:36:35 +00:00
export { lik, smartparam };
2020-02-02 13:45:59 +00:00
// third party scope
import * as inquirer from 'inquirer';
2016-11-20 00:11:22 +00:00
export { inquirer };