deno.com

interface FileOptions

Properties #

#endings: "native" | "transparent"
optional

One of either 'transparent' or 'native'. When set to 'native', line endings in string source parts will be converted to the platform native line-ending as specified by import { EOL } from 'node:os'.

#type: string
optional

The File content-type.

#lastModified: number
optional

The last modified date of the file. Default: Date.now().