Variables chalk Defined in node_modules/chalk/index.d.ts:405 Functions dayjs dayjs( date?: null | string | number | Dayjs | Date ) : Dayjs dayjs( date?: null | string | number | Dayjs | Date , format?: OptionType , strict?: boolean ) : Dayjs dayjs( date?: null | string | number | Dayjs | Date , format?: OptionType , locale?: string , strict?: boolean ) : Dayjs Defined in node_modules/dayjs/index.d.ts:5 Parameters Optional date: null | string | number | Dayjs | Date Defined in node_modules/dayjs/index.d.ts:7 Parameters Optional date: null | string | number | Dayjs | Date Optional strict: boolean Defined in node_modules/dayjs/index.d.ts:9 Parameters Optional date: null | string | number | Dayjs | Date Optional locale: string Optional strict: boolean Const generate Random Colorcodegenerate Random Colorcode( ) : string Const generate Random Colorcode Closuregenerate Random Colorcode Closure( ) : ( ) => any Const sleepsleep( ms: number ) : Promise < void > Parameters Returns Promise < void > Const waitwait( ms: number ) : Promise < void > Parameters Returns Promise < void > Const zero Paddingzero Padding( value: string , length: number ) : string Parameters value: string length: number Returns string Legend Settings Theme OS Light Dark
Main Chalk object that allows to chain styles together. Call the last one as a method with a string argument. Order doesn't matter, and later styles take precedent in case of a conflict. This simply means that
chalk.red.yellow.green
is equivalent tochalk.green
.