Sha256: 31c0a538946283248909d07a00e23d571f4a3d86778650119de24ef585a56d45

Contents?: true

Size: 1.88 KB

Versions: 59

Compression:

Stored size: 1.88 KB

Contents

// Type definitions for Colors.js 1.2
// Project: https://github.com/Marak/colors.js
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>, Staffan Eketorp <https://github.com/staeke>
// Definitions: https://github.com/Marak/colors.js

export const enabled: boolean;
export function enable(): void;
export function disable(): void;
export function setTheme(theme: any): void;

export function strip(str: string): string;
export function stripColors(str: string): string;

export function black(str: string): string;
export function red(str: string): string;
export function green(str: string): string;
export function yellow(str: string): string;
export function blue(str: string): string;
export function magenta(str: string): string;
export function cyan(str: string): string;
export function white(str: string): string;
export function gray(str: string): string;
export function grey(str: string): string;

export function bgBlack(str: string): string;
export function bgRed(str: string): string;
export function bgGreen(str: string): string;
export function bgYellow(str: string): string;
export function bgBlue(str: string): string;
export function bgMagenta(str: string): string;
export function bgCyan(str: string): string;
export function bgWhite(str: string): string;

export function reset(str: string): string;
export function bold(str: string): string;
export function dim(str: string): string;
export function italic(str: string): string;
export function underline(str: string): string;
export function inverse(str: string): string;
export function hidden(str: string): string;
export function strikethrough(str: string): string;

export function rainbow(str: string): string;
export function zebra(str: string): string;
export function america(str: string): string;
export function trap(str: string): string;
export function random(str: string): string;
export function zalgo(str: string): string;

Version data entries

59 entries across 57 versions & 4 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.59 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.58 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.57 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.56 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.55 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.54 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.53 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.52 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.51 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.50 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.49 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.48 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.47 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.46 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.45 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.44 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.43 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.42 node_modules/@colors/colors/safe.d.ts
immosquare-cleaner-0.1.41 node_modules/@colors/colors/safe.d.ts