fixed jsdoc type annotations

This commit is contained in:
Simon Seyock
2019-09-29 19:30:43 +02:00
parent c69201d5ad
commit 2e1dee1994
6 changed files with 8 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ import EventType from '../events/EventType.js';
* Object's properties (e.g. 'hasOwnProperty' is not allowed as a key). Expiring
* items from the cache is the responsibility of the user.
*
* @fires import("../events/Event.js").Event
* @fires import("../events/Event.js").default
* @template T
*/
class LRUCache extends EventTarget {