mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
jsdoc type fix
This commit is contained in:
parent
fd890f9c0a
commit
f06d5b973b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue