method PrinterService.green
PrinterService.green(message: string): string

Return the provided message so that the foreground is green. Has no effect if colorEnabled is false.

Parameters

message: string

Return Type

string

Usage

import type PrinterService from ".";