Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>io.readDelim

Export your battles from SplatNet to https://stat.ink
Go to Latest
function io.readDelim
import { io } from "https://deno.land/x/s3si@ci/deps.ts";
const { readDelim } = io;

Read delimited bytes from a Reader.

Parameters

reader: Reader
delim: Uint8Array

Returns

AsyncIterableIterator<Uint8Array>