colors
@tsed/di
Usage
typescript
import { colors } from "@tsed/di";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;