smartcli/ts/smartcli.plugins.ts

15 lines
449 B
TypeScript
Raw Normal View History

2022-08-03 15:00:36 +00:00
// @pushrocks scope
import * as smartlog from '@pushrocks/smartlog';
import * as lik from '@pushrocks/lik';
import * as path from 'path';
2018-09-30 20:36:30 +00:00
import * as smartparam from '@pushrocks/smartparam';
2022-08-03 15:00:36 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
2015-11-05 20:43:34 +00:00
2022-08-03 15:00:36 +00:00
export { smartlog, lik, path, smartparam, smartpromise, smartrx };
// thirdparty scope
import yargsParser from 'yargs-parser';
2022-08-03 15:07:11 +00:00
export { yargsParser };