Bump/replace devDeps

Add required 'module' JSDoc tag to all exports
This commit is contained in:
Lovell Fuller
2024-09-06 13:17:33 +01:00
parent 9bfaca2857
commit 807d9241bd
11 changed files with 19 additions and 13 deletions

View File

@@ -643,6 +643,7 @@ function stats (callback) {
/**
* Decorate the Sharp prototype with input-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {