Skip to main content
Module

x/deno_kv_oauth/dev_deps.ts

High-level OAuth 2.0 powered by Deno KV.
Latest
import * as denoKvOauth from "https://deno.land/x/deno_kv_oauth@v0.10.0/dev_deps.ts";

Functions

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

Make an assertion that actual includes the expected values. If not then an error will be thrown.

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

Make an assertion that actual and expected are not equal, deeply. If not 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.

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

Replaces an instance method with a Stub.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options.