Skip to main content
Module

x/alosaur/src/deps.ts

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
File
export { getCookies } from "https://deno.land/std@0.171.0/http/cookie.ts";// export { Buffer } from "https://deno.land/std@0.171.0/io/buffer.ts";
export { basename, extname, isAbsolute, join, normalize, parse, resolve, sep,} from "https://deno.land/std@0.171.0/path/mod.ts";
export { contentType } from "https://deno.land/x/media_types@v2.11.1/mod.ts";