Skip to content

yellow

reference
1 min readUpdated

Kind: Constant

Source: packages/common/utils/cli-colors.util.ts

Part of: Common

Definition

ts
colorIfAllowed(
  (text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)

Value

ts
colorIfAllowed(
  (text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)

Was this page helpful?

Download as PDF
yellow — NestJS head-to-head