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

0.0.35 • Public • Published

Installation

npm install --save @types/gulp-tsd

Summary

This package contains type definitions for gulp-tsd (https://github.com/moznion/gulp-tsd).

Details

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

index.d.ts

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

import gulp = require("gulp");

interface IOptions {
    command?: string | undefined;
    latest?: boolean | undefined;
    config?: string | undefined;
    opts?: Object | undefined;
}

declare function tsd(opts?: IOptions, callback?: gulp.TaskCallback): NodeJS.ReadWriteStream;

declare namespace tsd {}

export = tsd;

Additional Details

Credits

These definitions were written by Keita Kagurazaka.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-tsd

Weekly Downloads

46

Version

0.0.35

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • types