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

View File

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