@types/cross-zip
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

Installation

npm install --save @types/cross-zip

Summary

This package contains type definitions for cross-zip (https://github.com/feross/cross-zip).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cross-zip.

index.d.ts

export function unzip(inPath: string, outPath: string, callback?: (error?: Error) => void): void;
export function unzipSync(inPath: string, outPath: string): void;
export function zip(inPath: string, outPath: string, callback?: (error?: Error) => void): void;
export function zipSync(inPath: string, outPath: string): void;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Florian Imdahl.

/@types/cross-zip/

    Package Sidebar

    Install

    npm i @types/cross-zip

    Weekly Downloads

    15,225

    Version

    4.0.2

    License

    MIT

    Unpacked Size

    3.19 kB

    Total Files

    5

    Last publish

    Collaborators

    • types