Skip to main content
Module

x/oak/mod.ts>etag.FileInfo

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface etag.FileInfo
import { type etag } from "https://deno.land/x/oak@v10.6.0/mod.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
size: number