Skip to main content
Module

x/aleph/deps.ts

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
// stdexport { Untar } from 'https://deno.land/std@0.90.0/archive/tar.ts'export * as base64 from 'https://deno.land/std@0.90.0/encoding/base64.ts'export * as flags from 'https://deno.land/std@0.90.0/flags/mod.ts'export * as colors from 'https://deno.land/std@0.90.0/fmt/colors.ts'export { ensureDir } from 'https://deno.land/std@0.90.0/fs/ensure_dir.ts'export { walk } from 'https://deno.land/std@0.90.0/fs/walk.ts'export { createHash } from 'https://deno.land/std@0.90.0/hash/mod.ts'export { serve, serveTLS } from 'https://deno.land/std@0.90.0/http/server.ts'export type { BufReader, BufWriter } from 'https://deno.land/std@0.90.0/io/bufio.ts'export { MultipartReader } from 'https://deno.land/std@0.90.0/mime/multipart.ts'export type { MultipartFormData } from 'https://deno.land/std@0.90.0/mime/multipart.ts'export * as path from 'https://deno.land/std@0.90.0/path/mod.ts'export * as ws from 'https://deno.land/std@0.90.0/ws/mod.ts'// deno.land/xexport * as brotli from 'https://deno.land/x/brotli@v0.1.4/mod.ts'export { gzipDecode, gzipEncode } from 'https://deno.land/x/wasm_gzip@v1.0.0/mod.ts'