MCPcopy Create free account
hub / github.com/WICG/webpackage / greenConsoleLog

Function greenConsoleLog

js/sign/src/utils/cli-utils.ts:79–81  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

77// Logging module
78// TODO: Replace with more professional js logging tools
79export function greenConsoleLog(text: string): void {
80 console.log(pc.green(text));
81}
82export function infoLog(text: string): void {
83 // Warn to print on stderr, not stdout
84 console.warn('INFO: ' + text);

Callers 3

parseArgumentsFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected