Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/ansicolors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
npm install --save @types/ansicolors
Summary
This package contains type definitions for ansicolors (https://github.com/thlorenz/ansicolors).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ansicolors.
index.d.ts
interface Colors {
(value: string): string;
[key: string]: this;
white: this;
black: this;
blue: this;
cyan: this;
green: this;
magenta: this;
red: this;
yellow: this;
brightBlack: this;
brightRed: this;
brightGreen: this;
brightYellow: this;
brightBlue: this;
brightMagenta: this;
brightCyan: this;
brightWhite: this;
bgBlack: this;
bgRed: this;
bgGreen: this;
bgYellow: this;
bgBlue: this;
bgMagenta: this;
bgCyan: this;
bgWhite: this;
bgBrightBlack: this;
bgBrightRed: this;
bgBrightGreen: this;
bgBrightYellow: this;
bgBrightBlue: this;
bgBrightMagenta: this;
bgBrightCyan: this;
bgBrightWhite: this;
open: this;
close: this;
}
declare const colors: Colors;
export = colors;
Additional Details
- Last updated: Thu, 03 Oct 2024 19:07:31 GMT
- Dependencies: none
Credits
These definitions were written by .