Namespace: consoleStyle

consoleStyle

Methods

<static> parse(text) → {Array}

Regex mojo to parse the text to log in the console.
Parameters:
Name Type Description
text string the text with styles to parse
Source:
Returns:
args - an array of console.log arguments
Type
Array