Skip to main content
Module

x/scaffold/src/deps/cli.ts>TtyOptions

scaffold your next project with style and 💗
Latest
interface TtyOptions
import { type TtyOptions } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Create new Ansi instance.

Properties

optional
stdout: Deno.WriterSync
optional
stdin: Deno.ReaderSync & { rid: number; }