Skip to main content
Module

x/fluentci/deps.ts>TextWriter

This is the command line interface for FluentCI.
Go to Latest
class TextWriter
extends Writer<string>
import { TextWriter } from "https://deno.land/x/fluentci@v0.10.7/deps.ts";

Represents a Writer instance used to retrieve the written data as a string.

Constructors

new
TextWriter(encoding?: string)

Creates the TextWriter instance