mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
Fix broken JS Doc tag in gulp (#65909)
This commit is contained in:
2
types/gulp/index.d.ts
vendored
2
types/gulp/index.d.ts
vendored
@@ -69,7 +69,7 @@ declare namespace GulpClient {
|
||||
queue?: boolean | undefined;
|
||||
/**
|
||||
* An event name or array of event names to listen for. Useful if you only need to watch specific events.
|
||||
* @src
|
||||
* @example
|
||||
* gulp.watch is imported from glob-watcher (see https://github.com/gulpjs/gulp/blob/v4.0.2/index.js lines 6, 28 and 48)
|
||||
* gulp use glob-watcher@^5.0.3 (see https://github.com/gulpjs/gulp/blob/v4.0.2/package.json#L33)
|
||||
* glob-watcher declare publicly options.events (see https://github.com/gulpjs/glob-watcher/blob/v5.0.3/README.md?plain=1#L101)
|
||||
|
||||
Reference in New Issue
Block a user