Skip to main content
Module

x/nattramn/deps.ts

Universal web applications with Deno.
Go to Latest
File
export { serve } from 'https://deno.land/std@0.126.0/http/server.ts';export { extname } from 'https://deno.land/std@0.126.0/path/mod.ts';export { readAll } from 'https://deno.land/std@0.126.0/streams/conversion.ts';export { compress as brotliEncode } from 'https://deno.land/x/brotli@v0.1.4/mod.ts';export { gzipEncode } from 'https://raw.githubusercontent.com/manyuanrong/wasm_gzip/v1.0.0/mod.ts';