mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
Merge pull request #339 from ViktorQvarfordt/patch-1
Fix type annotation of getMap
This commit is contained in:
@@ -194,8 +194,9 @@ export class Doc extends Observable {
|
||||
}
|
||||
|
||||
/**
|
||||
* @template T
|
||||
* @param {string} [name]
|
||||
* @return {YMap<any>}
|
||||
* @return {YMap<T>}
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user