Skip to main content
Module

x/buildsystem/mod.ts>Renderer

Build System for C/C++ projects using Deno and TypeScript
Go to Latest
class Renderer
import { Renderer } from "https://deno.land/x/buildsystem@0.1.5/mod.ts";

Properties

private
_cursor: number
private
_lines: number
private
_maxWidth: number
readonly
cursor: number
readonly
maxWidth: number

Methods

break(): void
rewind(): void
write(text: string): void
writeValue(
value: string,
width: number,
align: Align | undefined,
color: Color | undefined,
)