Use Array<Foo> instead of Array.<Foo>

This commit is contained in:
Tim Schaub
2018-07-25 18:32:43 -07:00
parent 5a6502572f
commit d12ef20b12
184 changed files with 1194 additions and 1194 deletions

View File

@@ -109,7 +109,7 @@ function parseOutput(output) {
/**
* Spawn JSDoc.
* @param {Array.<string>} paths Paths to source files.
* @param {Array<string>} paths Paths to source files.
* @return {Promise<string>} Resolves with the JSDoc output (new metadata).
* If provided with an empty list of paths, resolves with null.
*/