Merge pull request #339 from ViktorQvarfordt/patch-1

Fix type annotation of getMap
This commit is contained in:
Kevin Jahns 2021-10-12 22:26:54 +02:00 committed by GitHub
commit 7486ea7148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,8 +194,9 @@ export class Doc extends Observable {
}
/**
* @template T
* @param {string} [name]
* @return {YMap<any>}
* @return {YMap<T>}
*
* @public
*/