Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FileEntry

Index

Constructors

Properties

Constructors

constructor

  • new FileEntry(data?: Buffer, name: any): FileEntry
  • Parameters

    • data: Buffer = ...

      raw file Buffer

    • name: any

      e.g. image.jpg, or extra/image.jpg

    Returns FileEntry

Properties

data

data: Buffer

name

name: string

Name may include slashes. This will be treated as folder structure.

Generated using TypeDoc