Commit b9d8d50c authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Use object instead of unknown for generic Store type

parent 44518999
......@@ -77,7 +77,7 @@ class CacheEntry {
* );
* }
*
* @template {import('./create-store').Store<unknown, unknown, unknown>} Store
* @template {import('./create-store').Store<object, object, object>} Store
* @param {Store} store - The store to wrap
* @return {Store} - A proxy with the same API as `store`
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment