Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils

Index

Variables

chalk: Chalk & ChalkFunction & { BackgroundColor: BackgroundColor; Color: Color; ForegroundColor: ForegroundColor; Level: Level; Modifiers: Modifiers; stderr: Chalk & { supportsColor: false | ColorSupport }; supportsColor: false | ColorSupport }

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 to chalk.green.

Functions

  • 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
  • Parameters

    • Optional date: null | string | number | Dayjs | Date

    Returns Dayjs

  • Parameters

    • Optional date: null | string | number | Dayjs | Date
    • Optional format: OptionType
    • Optional strict: boolean

    Returns Dayjs

  • Parameters

    • Optional date: null | string | number | Dayjs | Date
    • Optional format: OptionType
    • Optional locale: string
    • Optional strict: boolean

    Returns Dayjs

  • generateRandomColorcode(): string
  • generateRandomColorcodeClosure(): () => any
  • getDateStr(): string
  • log(...v: any[]): void
  • sleep(ms: number): Promise<void>
  • wait(ms: number): Promise<void>
  • zeroPadding(value: string, length: number): string
  • Parameters

    • value: string
    • length: number

    Returns string

Generated using TypeDoc