Skip to main content
Module

std/http/mod.ts>Entity

Deno standard library
Go to Latest
type alias Entity
import { type Entity } from "https://deno.land/std@0.221.0/http/mod.ts";

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

definition: string | Uint8Array | FileInfo