Add jsdoc

pull/21833/head
Travis Ralston 2020-09-11 21:09:42 -06:00
parent fc2173a789
commit ac300a293e
1 changed files with 1 additions and 0 deletions

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
*/
async function _clearStorage(opts: {deleteEverything: boolean}) {