0.0.4 • Published 2 years ago

writable-console v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago