Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pastedeno/dev_deps.ts

Universal Pastebin client for Deno/Node
Latest
import * as pastedeno from "https://deno.land/x/pastedeno@0.6.2/dev_deps.ts";

Classes

Deno Mock Fetch class.

Functions

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Executes a function which returns a promise, expecting it to reject.

Executes a function, expecting it to throw. If it does not, then it throws.

Asynchronously ensures that a directory is empty deletes the directory contents it is not empty. If the directory does not exist, it is created. The directory itself is not deleted.

Creates a function that resolves the awaited iterable values. Any awaited iterable values that are errors will be thrown.

Replaces an instance method with a Stub.

Recursively walks through a directory and yields information about each file and directory encountered.