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

4.0.0 • Public • Published

Installation

npm install --save @types/gulp-tar

Summary

This package contains type definitions for gulp-tar (https://github.com/sindresorhus/gulp-tar#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-tar.

/// <reference types="node" />

import archiver = require("archiver");

declare function gulpTar(
    filename: string,
    options?: archiver.ArchiverOptions,
): NodeJS.ReadableStream & NodeJS.WritableStream;

export default gulpTar;

Additional Details

Credits

These definitions were written by Carlos Precioso.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-tar

Weekly Downloads

77

Version

4.0.0

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types