Skip to content

Echo (Colorful Console)

Colorful console outputs for readable logs.

ts
import { EchoUtils } from 'nex-lib'
EchoUtils.green('OK', { id: 1 })
EchoUtils.yellow('WARN', 'slow network')
EchoUtils.red('ERROR', new Error('boom'))

Released under the ISC License.