Module

std/http/etag.ts>Entity

The Deno Standard Library
Go to Latest
type alias Entity
import { type Entity } from "https://dotland.deno.dev/std@0.223.0/http/etag.ts";

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

definition: string | Uint8Array | FileInfo