Add typings file for ansicolors NPM module.

This commit is contained in:
Rogier Schouten
2014-06-04 12:16:37 +02:00
parent a2f757ea91
commit cee2ec0948
+4
View File
@@ -0,0 +1,4 @@
declare module "ansicolors" {
var colors: {[index: string]: (s: string) => string;};
export = colors;
}