typed-colors
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Typed Colors

ANSI Color Code helpers

A small set of well-typed, in TypeScript, functions to add color to your node.js applications.

This is an extremely simple codebase, and it documents itself, please see the source code to see what available colors and modifiers there are.

import { cyan } from 'typed-colors';
 
console.log(cyan('Hello, world!'));

Readme

Keywords

Package Sidebar

Install

npm i typed-colors

Weekly Downloads

181

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tylors