Svelte compatible stores from promises
Promise
instance from the resolved values of other storesPromise
instance which tracks the state from a readable store containing a promise state# pnpm
$ pnpm add @crikey/stores-promise
# npm
$ npm add @crikey/stores-promise
# yarn
$ yarn add @crikey/stores-promise
promise which resolves into the store value / rejects into the store error
initial store value
Generated using TypeDoc
Create a readable store that resolves according to the provided promise