Skip to main content
Module

x/oak_commons/deps.ts

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Go to Latest
File
// Copyright 2018-2022 the oak authors. All rights reserved. MIT license.
export { assert } from "https://deno.land/std@0.215.0/assert/assert.ts";export * as base64 from "https://deno.land/std@0.215.0/encoding/base64.ts";export { typeByExtension } from "https://deno.land/std@0.215.0/media_types/type_by_extension.ts";