mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
@@ -1,8 +1,8 @@
|
||||
/// <reference path="./gulp-tsd.d.ts" />
|
||||
/// <reference path="../gulp/gulp.d.ts" />
|
||||
|
||||
import gulp = require("gulp");
|
||||
import tsd = require("gulp-tsd");
|
||||
import * as gulp from "gulp";
|
||||
import * as tsd from "gulp-tsd";
|
||||
|
||||
gulp.task("tsd", () => {
|
||||
gulp.src("gulp_tsd.json")
|
||||
|
||||
Vendored
+2
@@ -18,5 +18,7 @@ declare module "gulp-tsd" {
|
||||
|
||||
function tsd(opts?: IOptions, callback?: gulp.TaskCallback): NodeJS.ReadWriteStream;
|
||||
|
||||
namespace tsd {}
|
||||
|
||||
export = tsd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user