Skip to main content
Module

x/acorn/utils.ts

A focused RESTful server framework for Deno 🌰🦕
Latest
import * as acorn from "https://deno.land/x/acorn@1.1.0/utils.ts";

Functions

Append a set of headers onto a response.

Creates a promise with resolve and reject functions that can be called.

Safely decode a URI component, where if it fails, instead of throwing, just returns the original string.

Determines if the runtime is Bun or not.

Determines if the runtime is Node.js or not.