deps.ts 521 B

1234567
  1. export { join, } from "https://deno.land/std@0.95.0/path/mod.ts";
  2. export { createHash } from "https://deno.land/std@0.95.0/hash/mod.ts";
  3. export * as Color from "https://deno.land/std@0.95.0/fmt/colors.ts";
  4. export { createError } from "https://deno.land/x/http_errors@3.0.0/mod.ts";
  5. export { opine, Router } from "https://deno.land/x/opine@1.3.2/mod.ts";
  6. export type { ErrorRequestHandler, Request, ParamsDictionary } from "https://deno.land/x/opine@1.3.2/mod.ts";
  7. export interface server { host: string; secret: string };