Add jsdoc

This commit is contained in:
Travis Ralston
2020-09-11 21:09:42 -06:00
parent fc2173a789
commit ac300a293e
+1
View File
@@ -671,6 +671,7 @@ export async function onLoggedOut() {
} }
/** /**
* @param {object} opts Options for how to clear storage.
* @returns {Promise} promise which resolves once the stores have been cleared * @returns {Promise} promise which resolves once the stores have been cleared
*/ */
async function _clearStorage(opts: {deleteEverything: boolean}) { async function _clearStorage(opts: {deleteEverything: boolean}) {