smartcli/dist/smartcli.plugins.d.ts

8 lines
249 B
TypeScript
Raw Normal View History

2016-10-15 00:56:02 +02:00
import 'typings-global';
import * as yargs from 'yargs';
import * as beautylog from 'beautylog';
import * as lik from 'lik';
import * as path from 'path';
import * as smartparam from 'smartparam';
2016-11-19 13:43:06 +01:00
export { yargs, beautylog, lik, path, smartparam };