Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/utilities/0_part_stream.ts>PartStream

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PartStream
extends TransformStream<Uint8Array, Part>
import { PartStream } from "https://deno.land/x/mtkruto@0.2.30/utilities/0_part_stream.ts";

Constructors

new
PartStream(chunkSize: number)