import { type etag } from "https://deno.land/x/oak_sessions@v4.0.1/deps.ts";
const { FileInfo } = etag;
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