Add types for async stores to core
Author: aiCreated Sep 2, 2026Updated Sep 19, 2026
We need to define some API to work with async values in Nano Stores 2.0.
Right now we have { isLoading: true } | { isLoading: false, value } in Nano Stores SQL and Logux and { state } in Nano Stores Async.
Source: nanostores/nanostores