import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/reader.ts";
Utility functions for reading data from various types of source into various forms.
Functions
Concatenates multiple readable streams into a single one. | |
Reads all data from the iterable object or readable stream to an array. | |
Reads all data from the given source to an | |
Reads all data from the given source to a | |
Reads all data from the given source to a data URL. | |
Reads all data from the given source to a JSON object. | |
Reads all data from the given source to an object URL. | |
Reads all data from the given source to a string. | |
If the given | |
Wraps a source as an | |
Wraps a source as a |