UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

3 lines (2 loc) 181 B
import { IZip } from "r2-utils-js/dist/es5/src/_utils/zip/zip"; export declare function zipHasEntry(zip: IZip, zipPath: string, zipPathOther: string | undefined): Promise<boolean>;