Skip to main content
Module

x/bid/deps.ts

build IME dictionary
Go to Latest
import * as bid from "https://deno.land/x/bid@v0.2.4/deps.ts";

Functions

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

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.