import * as pastedeno from "https://deno.land/x/pastedeno@0.6.2/dev_deps.ts";
Functions
Make an assertion that | |
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. | |
f stub | Replaces an instance method with a Stub. |
f walk | Recursively walks through a directory and yields information about each file and directory encountered. |