Skip to main content
Module

x/diplodocus/deps.ts

πŸ¦• Deno Deploy Docs πŸ““
Go to Latest
File
export { assert, assertEquals, assertThrows,} from "https://deno.land/std@0.107.0/testing/asserts.ts";
export { Marked, Renderer } from "https://deno.land/x/markdown@v2.0.0/mod.ts";
import { status } from "https://deno.land/x/status@0.1.0/status.ts";export const httpStatusText = status.pretty;
export { lookup as lookupMimeType } from "https://deno.land/x/mime_types@1.0.0/mod.ts";
export { tag } from "https://deno.land/x/markup_tag@0.3.0/mod.ts";
export { sortBy } from "https://deno.land/std@0.107.0/collections/mod.ts";export { parse as parseYaml } from "https://deno.land/std@0.107.0/encoding/yaml.ts";