interface File {
    contents: Buffer;
    name: string;
}

Properties

Properties

contents: Buffer

the contents of the file

name: string

the name of the file