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