// Type definitions for ansicolors // Project: https://github.com/thlorenz/ansicolors // Definitions by: rogierschouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "ansicolors" { var colors: {[index: string]: (s: string) => string;}; export = colors; }