interface FilePropertyBag {
    endings?: "native" | "transparent";
    lastModified?: number;
    type?: string;
}

Hierarchy (View Summary)

Properties

endings?: "native" | "transparent"
lastModified?: number

The last modified date of the file as the number of milliseconds since the Unix epoch (January 1, 1970 at midnight). Files without a known last modified date return the current date.

type?: string