mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Add typings file for ansicolors NPM module.
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
declare module "ansicolors" {
|
||||
var colors: {[index: string]: (s: string) => string;};
|
||||
export = colors;
|
||||
}
|
||||
Reference in New Issue
Block a user