Skip to main content
Module

x/fastro/deps.ts

Fast and simple web application framework for deno
Go to Latest
File
export * from "https://deno.land/std@0.75.0/mime/mod.ts";export * from "https://deno.land/std@0.75.0/http/server.ts";export { decode } from "https://deno.land/std@0.75.0/encoding/utf8.ts";export { decode as decodeBase64, encode as encodeBase64,} from "https://deno.land/std@0.75.0/encoding/base64.ts";export { parse } from "https://deno.land/std@0.75.0/flags/mod.ts";export { parse as parseYml } from "https://deno.land/std@0.75.0/encoding/yaml.ts";export { assertEquals, assertStringIncludes, assertThrows,} from "https://deno.land/std@0.75.0/testing/asserts.ts";export { v4 } from "https://deno.land/std@0.75.0/uuid/mod.ts";