Consistent use of Array and Object types
This commit is contained in:
@@ -223,7 +223,7 @@ export class Processor extends Disposable {
|
||||
|
||||
/**
|
||||
* Run operation on input data.
|
||||
* @param {Array.<Array|ImageData>} inputs Array of pixels or image data
|
||||
* @param {Array<Array|ImageData>} inputs Array of pixels or image data
|
||||
* (depending on the operation type).
|
||||
* @param {Object} meta A user data object. This is passed to all operations
|
||||
* and must be serializable.
|
||||
|
||||
Reference in New Issue
Block a user