npmci/ts/npmci.plugins.ts

4 lines
158 B
TypeScript
Raw Normal View History

2016-05-29 20:54:59 +00:00
import "typings-global";
export import beautylog = require("beautylog");
export let commander = require("commander");
export let shelljs = require("shelljs");