interface OutputFile {
    contents: Uint8Array;
    hash: string;
    path: string;
    text: string;
}

Properties

Properties

contents: Uint8Array
hash: string
path: string
text: string

"contents" as text (changes automatically with "contents")