Skip to main content
Module

x/plug/test_deps.ts

πŸ”Œ Deno plugin management library
Go to Latest
File
export { assert, assertEquals,} from "https://deno.land/std@0.69.0/testing/asserts.ts";
export { serve } from "https://deno.land/std@0.69.0/http/server.ts";export { serveFile } from "https://deno.land/std@0.69.0/http/file_server.ts";
export { join, resolve, dirname, fromFileUrl,} from "https://deno.land/std@0.69.0/path/mod.ts";
export { exists } from "https://deno.land/std@0.69.0/fs/mod.ts";
export { Cache } from "https://deno.land/x/cache@0.2.0/mod.ts";