Skip to content

colors

@tsed/di

Usage

typescript
import { colors } from "@tsed/di";

See /packages/di/src/common/utils/colors.ts.

Overview

ts
const colors: {
    red: (text: string) => string;
    yellow: (text: string) => string;
    green: (text: string) => string;
};

red:

ts
red: (text: string) => string;

yellow:

ts
yellow: (text: string) => string;

green:

ts
green: (text: string) => string;

Released under the MIT License.