0.0.16 • Published 2 years ago

@crikey/stores-promise v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@crikey/stores-promise

Svelte compatible stores from promises

See @crikey/stores-promise for full documentation.

codecov

API

Store creation functions:

  • readable - Create a store tracking the state of a promise
  • derive - Derive a Promise instance from the resolved values of other stores

Promise creation functions:

  • promise - Create a Promise instance which tracks the state from a readable store containing a promise state

Installation

# pnpm
$ pnpm add @crikey/stores-promise

# npm
$ npm add @crikey/stores-promise

# yarn
$ yarn add @crikey/stores-promise
0.0.16

2 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.2

4 years ago