Skip to main content
Module

x/cache/deps.ts

🥌 Deno cache library
Very Popular
Latest
import * as cache from "https://deno.land/x/cache@0.2.13/deps.ts";

Functions

Creates a new Hash instance.

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.

Test whether or not the given path exists by checking with the file system

Test whether or not the given path exists by checking with the file system