From ac300a293ea06b440262d4a0049ea2180cc5dae0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 11 Sep 2020 21:09:42 -0600 Subject: [PATCH] Add jsdoc --- src/Lifecycle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Lifecycle.js b/src/Lifecycle.js index b2aa32fe7b..3a48de5eef 100644 --- a/src/Lifecycle.js +++ b/src/Lifecycle.js @@ -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}) {