11 lines
283 B
TypeScript
11 lines
283 B
TypeScript
import "typings-global"
|
|
|
|
export import path = require("path");
|
|
export import beautylog = require("beautylog");
|
|
export let nodegit = require("nodegit");
|
|
export let Q = require("q");
|
|
export import smartfile = require("smartfile");
|
|
export import smartstring = require("smartstring");
|
|
|
|
|