klyn.gui.terminal.syntax.AnsiSyntax.typeName
method
public static typeName(text as String) as StyledSpan:
Description

Styles a type name.

Parameters
ParameterDescription
textType spelling to render.
Returns

A span using the terminal type color.

Example
span = AnsiSyntax.typeName("String")