Skip to main content
Module

x/clippy/deps.ts>readDelim

cross-platform Deno library for writing and reading clipboard.
Go to Latest
function readDelim
import { readDelim } from "https://deno.land/x/clippy@v0.2.0/deps.ts";

Read delimited bytes from a Reader.

Parameters

reader: Reader
delim: Uint8Array

Returns

AsyncIterableIterator<Uint8Array>