@types/ansicolors
TypeScript definitions for ansicolors
Last updated a year ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install @types/ansicolors 
SYNC missed versions from official npm registry.

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

// Type definitions for ansicolors
// Project: https://github.com/thlorenz/ansicolors
// Definitions by: Benjamin Arthur Lupton <https://github.com/balupton>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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;
    colors: this;
}
declare const colors: Colors;
export default colors;

Additional Details

  • Last updated: Fri, 22 Sep 2023 18:11:03 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Benjamin Arthur Lupton.

Current Tags

  • 0.0.34                                ...           latest (a year ago)
  • 0.0.31                                ...           ts2.0 (6 years ago)
  • 0.0.31                                ...           ts2.1 (6 years ago)
  • 0.0.31                                ...           ts2.2 (6 years ago)
  • 0.0.31                                ...           ts2.3 (6 years ago)
  • 0.0.31                                ...           ts2.4 (6 years ago)
  • 0.0.31                                ...           ts2.5 (6 years ago)
  • 0.0.31                                ...           ts2.6 (6 years ago)
  • 0.0.31                                ...           ts2.7 (6 years ago)
  • 0.0.31                                ...           ts2.8 (6 years ago)
  • 0.0.32                                ...           ts2.9 (5 years ago)
  • 0.0.33                                ...           ts3.0 (5 years ago)
  • 0.0.33                                ...           ts3.1 (5 years ago)
  • 0.0.33                                ...           ts3.2 (5 years ago)
  • 0.0.33                                ...           ts3.3 (5 years ago)
  • 0.0.33                                ...           ts3.4 (5 years ago)
  • 0.0.33                                ...           ts3.5 (5 years ago)
  • 0.0.33                                ...           ts3.6 (5 years ago)
  • 0.0.33                                ...           ts3.7 (5 years ago)
  • 0.0.33                                ...           ts3.8 (5 years ago)
  • 0.0.33                                ...           ts3.9 (5 years ago)
  • 0.0.33                                ...           ts4.0 (5 years ago)
  • 0.0.33                                ...           ts4.1 (5 years ago)
  • 0.0.33                                ...           ts4.2 (5 years ago)
  • 0.0.33                                ...           ts4.3 (5 years ago)
  • 0.0.33                                ...           ts4.4 (5 years ago)
  • 0.0.34                                ...           ts4.5 (a year ago)
  • 0.0.34                                ...           ts4.6 (a year ago)
  • 0.0.34                                ...           ts4.7 (a year ago)
  • 0.0.34                                ...           ts4.8 (a year ago)
  • 0.0.34                                ...           ts4.9 (a year ago)
  • 0.0.34                                ...           ts5.0 (a year ago)
  • 0.0.34                                ...           ts5.1 (a year ago)
  • 0.0.34                                ...           ts5.2 (a year ago)
  • 0.0.34                                ...           ts5.3 (a year ago)

15 Versions

  • 0.0.34                                ...           a year ago
  • 0.0.33                                ...           5 years ago
  • 0.0.32                                ...           5 years ago
  • 0.0.31                                ...           6 years ago
  • 0.0.30                                ...           8 years ago
  • 0.0.29                                ...           8 years ago
  • 0.0.28-alpha                                ...           8 years ago
  • 0.0.27-alpha                                ...           8 years ago
  • 0.0.26-alpha                                ...           8 years ago
  • 0.0.25-alpha                                ...           8 years ago
  • 0.0.24-alpha                                ...           8 years ago
  • 0.0.23-alpha                                ...           9 years ago
  • 0.0.22-alpha                                ...           9 years ago
  • 0.0.17-alpha                                ...           9 years ago
  • 0.0.16-alpha                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |