@types/gulp-tar
v4.0.1
Published
TypeScript definitions for gulp-tar
Readme
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.
index.d.ts
/// <reference types="node" />
import type { ArchiverOptions } from "archiver";
declare function gulpTar(
filename: string,
options?: ArchiverOptions,
): NodeJS.ReadableStream & NodeJS.WritableStream;
export default gulpTar;
Additional Details
- Last updated: Fri, 05 Jun 2026 21:02:48 GMT
- Dependencies: @types/archiver, @types/node
Credits
These definitions were written by Carlos Precioso.
