enable check-types

This commit is contained in:
Simon Seyock
2021-02-03 13:32:13 +01:00
parent 57e7be0a00
commit c15faa19fc
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ const path = require('path');
/**
* Publish hook for the JSDoc template. Writes to JSON stdout.
* @param {function} data The root of the Taffy DB containing doclet records.
* @param {Function} data The root of the Taffy DB containing doclet records.
* @param {Object} opts Options.
* @return {Promise} A promise that resolves when writing is complete.
*/