Files
smartinteract/ts/smartinteract.plugins.ts

12 lines
299 B
TypeScript
Raw Permalink Normal View History

2020-02-02 13:45:59 +00:00
// pushrocks scope
2023-07-13 14:07:12 +02:00
import * as lik from '@push.rocks/lik';
import * as smartobject from '@push.rocks/smartobject';
import * as smartpromise from '@push.rocks/smartpromise';
2020-02-02 13:45:59 +00:00
2023-07-13 14:07:12 +02:00
export { lik, smartobject, smartpromise };
2020-02-02 13:45:59 +00:00
// third party scope
import * as inquirer from 'inquirer';
2016-11-20 01:11:22 +01:00
export { inquirer };