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

@@ -158,6 +158,7 @@ function bandbool (boolOp) {
/**
* Decorate the Sharp prototype with channel-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -159,6 +159,7 @@ function _setBackgroundColourOption (key, value) {
/**
* Decorate the Sharp prototype with colour-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -202,6 +202,7 @@ function composite (images) {
/**
* Decorate the Sharp prototype with composite-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -449,6 +449,7 @@ Object.assign(Sharp.prototype, { clone });
/**
* Export constructor.
* @module Sharp
* @private
*/
module.exports = Sharp;

View File

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

View File

@@ -930,6 +930,7 @@ function modulate (options) {
/**
* Decorate the Sharp prototype with operation-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -1551,6 +1551,7 @@ function _pipeline (callback, stack) {
/**
* Decorate the Sharp prototype with output-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -569,6 +569,7 @@ function trim (options) {
/**
* Decorate the Sharp prototype with resize-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {

View File

@@ -280,6 +280,7 @@ function unblock (options) {
/**
* Decorate the Sharp class with utility-related functions.
* @module Sharp
* @private
*/
module.exports = function (Sharp) {