Skip to main content
Module

std/http/mod.ts>Entity

The Deno Standard Library
Latest
type alias Entity
import { type Entity } from "https://deno.land/std@0.224.0/http/mod.ts";

Represents an entity that can be used for generating an ETag.

definition: string | Uint8Array | FileInfo