@types/gulp-zip

  • Version 4.0.4
  • Published
  • 4.39 kB
  • 1 dependency
  • MIT license

Install

npm i @types/gulp-zip
yarn add @types/gulp-zip
pnpm add @types/gulp-zip

Overview

TypeScript definitions for gulp-zip

Index

Functions

function GulpZip

GulpZip: (
filename: string,
options?: GulpZip.GulpZipOptions
) => NodeJS.ReadStream;

    Interfaces

    interface GulpZipOptions

    interface GulpZipOptions {}

      property compress

      compress?: boolean | undefined;
      • Compress true

      property modifiedTime

      modifiedTime?: Date | undefined;
      • Overrides the modification timestamp for all files added to the archive.

        Tip: Setting it to the same value across executions enables you to create stable archives that change only when the contents of their entries change, regardless of whether those entries were "touched" or regenerated.

        undefined

      Package Files (1)

      Dependencies (1)

      Dev Dependencies (0)

      No dev dependencies.

      Peer Dependencies (0)

      No peer dependencies.

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/gulp-zip.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/gulp-zip)
      • HTML
        <a href="https://www.jsdocs.io/package/@types/gulp-zip"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>