Skip to main content
Module

x/oak/utils/consts.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Latest
File
// Copyright 2018-2024 the oak authors. All rights reserved. MIT license.
/** Body types which will be coerced into strings before being sent. */export const BODY_TYPES = ["string", "number", "bigint", "boolean", "symbol"];