// @pushrocks scope import * as smartlog from '@push.rocks/smartlog'; import * as lik from '@push.rocks/lik'; import * as path from 'path'; import * as smartparam from '@push.rocks/smartparam'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartrx from '@push.rocks/smartrx'; export { smartlog, lik, path, smartparam, smartpromise, smartrx }; // thirdparty scope import yargsParser from 'yargs-parser'; export { yargsParser };