Skip to content

[T] WriteLine

type WriteLine = (text?) => void;

Parameters

ParameterType
text?string

Returns

void