Remove T from JSDoc template, fixes #334
This commit is contained in:
parent
df9bfbe778
commit
b4b8927550
@ -215,7 +215,7 @@ export class YArray extends AbstractType {
|
||||
* Returns an Array with the result of calling a provided function on every
|
||||
* element of this YArray.
|
||||
*
|
||||
* @template T,M
|
||||
* @template M
|
||||
* @param {function(T,number,YArray<T>):M} f Function that produces an element of the new Array
|
||||
* @return {Array<M>} A new array with each element being the result of the
|
||||
* callback function
|
||||
|
Loading…
x
Reference in New Issue
Block a user