Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.02 KB

File metadata and controls

50 lines (27 loc) · 1.02 KB

@norviah/logger / Exports / ColorOptions

Interface: ColorOptions

Represents desired colors to print each section of a log. As chalk is used to generate color, valid colors are colors that are supported by chalk.

Table of contents

Properties

Properties

content

Optional content: Color

Represents the color for the contents of a log.

Defined in

types/ColorOptions.ts:21


date

Optional date: Color

Represents the color for the date.

Defined in

types/ColorOptions.ts:11


title

Optional title: Color

Represents the color for the title.

Defined in

types/ColorOptions.ts:16