0.0.4 • Published 12 months ago

writable-console v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

new WritableConsole()

Simple WritableStream => console.write, works both text chunks and UInt8Array.

Usage

import { gpt } from "chatgpt-template";
import { WritableConsole } from "writable-console";

await gpt`Write me The Sonnet: A Poem in 14 Lines by William Shakespeare.`.body!.pipeTo(
  new WritableConsole()
);
0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago