New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/run-sequence

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/run-sequence

TypeScript definitions for run-sequence

0.0.31
Source
npm
Version published
Weekly downloads
6.4K
3.98%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/run-sequence

Summary

This package contains type definitions for run-sequence (https://github.com/OverZealous/run-sequence).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/run-sequence.

index.d.ts

// Type definitions for run-sequence
// Project: https://github.com/OverZealous/run-sequence
// Definitions by: Keita Kagurazaka <https://github.com/k-kagurazaka>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import gulp = require("gulp");

interface IRunSequence {
    (...streams: (string | string[] | gulp.TaskCallback)[]): NodeJS.ReadWriteStream;

    use(gulp: gulp.Gulp): IRunSequence;
}

declare var _tmp: IRunSequence;
export = _tmp;

Additional Details

  • Last updated: Wed, 27 Sep 2023 07:12:04 GMT
  • Dependencies: @types/gulp, @types/node
  • Global values: none

Credits

These definitions were written by Keita Kagurazaka.

FAQs

Package last updated on 27 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts