Package Exports
- typed-colors
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 (typed-colors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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!'));