interface FileOptions
Properties Jump to heading
optional
Jump to headingendings: "native" | "transparent"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'.
optional
Jump to headingtype: stringThe File content-type.
optional
Jump to headinglastModified: numberThe last modified date of the file. Default: Date.now().