Skip to main content
Module

x/scaffold/src/deps/std.ts

scaffold your next project with style and 💗
Latest
import * as mod from "https://deno.land/x/scaffold@0.3.0/src/deps/std.ts";

Classes

A class to create a tar archive

A class to extract a tar archive

Enums

Get log level numeric values through enum constants

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

Copies from src to dst until either EOF (null) is read from src or an error occurs. It resolves to the number of bytes copied or rejects with the first error encountered while copying.

Deep equality comparison used in assertions

Convert a glob string to a regular expression.

Test whether the given string is a glob

Turns a Reader, r, into an async iterator.

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

Create a ReadableStream from any kind of iterable.

Create a ReadableStream<Uint8Array> from from a Deno.Reader.

Create a Deno.Reader from an iterable of Uint8Arrays.

Create a Reader from a ReadableStreamDefaultReader.

Read strings line-by-line from a Reader.

Type Aliases

Union of valid log level strings