Kind: Constant
Source: packages/common/utils/cli-colors.util.ts
Part of: Common
Definition
tscolorIfAllowed(
(text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
Value
tscolorIfAllowed(
(text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
Kind: Constant
Source: packages/common/utils/cli-colors.util.ts
Part of: Common
tscolorIfAllowed(
(text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
tscolorIfAllowed(
(text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
Was this page helpful?