# @types/gulp-tap

> TypeScript definitions for gulp-tap

Latest version **1.0.5** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/gulp-tap
pnpm add @types/gulp-tap
yarn add @types/gulp-tap
bun add @types/gulp-tap
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2023-11-07 |
| First published | 2019-03-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51432 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/gulp-tap
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-tap
- npm.io page: https://npm.io/package/@types/gulp-tap

## Dependencies (2)

- [@types/node](https://npm.io/package/@types/node.md) *
- [@types/vinyl](https://npm.io/package/@types/vinyl.md) *

## Recent versions

- 1.0.5 (latest) — 2023-11-07
- 1.0.2 (ts4.3) — 2023-05-10
- 1.0.1 (ts3.8) — 2021-12-23
- 1.0.0 (ts2.0) — 2019-03-25
- 1.0.4 — 2023-10-18
- 1.0.3 — 2023-09-20

## README

# Installation
> `npm install --save @types/gulp-tap`

# Summary
This package contains type definitions for gulp-tap (https://github.com/geejs/gulp-tap).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-tap.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-tap/index.d.ts)
````ts
/// <reference types="node" />

import Vinyl = require("vinyl");

declare namespace tap {
    interface Tap {
        (tapFunction: TapFunction, t?: any): NodeJS.ReadWriteStream;
    }

    interface TapFunction {
        (file: Vinyl): any;
    }
}

declare function tap(tapFunction: (file: Vinyl, t?: {}) => void): NodeJS.ReadWriteStream;

export = tap;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/vinyl](https://npmjs.com/package/@types/vinyl)

# Credits
These definitions were written by .

---
_Source: https://npm.io/package/@types/gulp-tap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
