import { type FileInfo } from "https://deno.land/std@0.206.0/http/etag.ts";
Just the part of Deno.FileInfo
that is required to calculate an ETag
,
so partial or user generated file information can be passed.
Properties
mtime: Date | null
import { type FileInfo } from "https://deno.land/std@0.206.0/http/etag.ts";
Just the part of Deno.FileInfo
that is required to calculate an ETag
,
so partial or user generated file information can be passed.