Creates a styled string builder
any object that implements the tostring() method including ConsoleStyle
style
const message = style('Hello there! 👋').cyan().bold()console.log(message.toString()) Copy
const message = style('Hello there! 👋').cyan().bold()console.log(message.toString())
Generated using TypeDoc
Creates a styled string builder