UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 310 B
import { IZipManager } from '../models/interface.js'; export declare class ZipManager implements IZipManager { private readonly zip; private readonly buffer; constructor(buffer: Buffer); getEntryByName(entryName: string): Promise<string | undefined>; } //# sourceMappingURL=zip.manager.d.ts.map