interface Entry implements EntryMetaDataimport { type Entry } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.js"; Represents an entry with its data and metadata in a zip file (Core API). MethodsoptionalgetData<Type>(writer: | Writer<Type> | WritableWriter | WritableStream | AsyncGenerator<Writer<unknown> | WritableWriter | WritableStream, boolean>, options?: EntryGetDataOptions): Promise<Type>Returns the content of the entry optionalgetData(writer: undefined | null, options: EntryGetDataCheckPasswordOptions): Promise<void>Tests if the password is valid.