Type Alias EntryObject<T>

EntryObject<T>: {
    [key: string]: Entry<T>;
}

An entry object in the ZIP archive. The key is the file path and the value is the entry.

Type Parameters

  • T = unknown