0.0.35 • Published 2 years ago

@types/gulp-tsd v0.0.35

Weekly downloads
45
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for gulp-tsd
// Project: https://github.com/moznion/gulp-tsd
// Definitions by: Keita Kagurazaka <https://github.com/k-kagurazaka>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <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.

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.32

4 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27-alpha

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.16-alpha

9 years ago

0.0.15-alpha

9 years ago