mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 17:58:23 +00:00
jsdoc type fix
This commit is contained in:
parent
fd890f9c0a
commit
f06d5b973b
@ -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 New Issue
Block a user