Skip to main content
Module

x/diplodocus/deps.ts

πŸ¦• Deno Deploy Docs πŸ““
Latest
File
export { assert, assertEquals, assertThrows,} from "https://deno.land/std@0.170.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";import { Log } from "https://deno.land/x/tl_log@0.1.1/mod.ts";const minLogLevel = Deno.env.get("DENO_DEPLOYMENT_ID") ? "info" : "debug";export const log = new Log({ minLogLevel });
export { sortBy } from "https://deno.land/std@0.170.0/collections/mod.ts";export { parse as parseYaml } from "https://deno.land/std@0.170.0/encoding/yaml.ts";