jsdoc type fix

This commit is contained in:
meow 2022-05-06 07:42:15 +03:00
parent fd890f9c0a
commit f06d5b973b
1 changed files with 3 additions and 3 deletions

View File

@ -165,9 +165,9 @@ window.helpers = window.helpers || {
/**
* @typedef {Object} invidiousStorage
* @property {(key:String) => Object|null} get
* @property {(key:String, value:Object) => null} set
* @property {(key:String) => null} remove
* @property {(key:String) => Object} get
* @property {(key:String, value:Object)} set
* @property {(key:String)} remove
*/
/**