0.0.16 • Published 1 year ago

@crikey/stores-promise v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.2

3 years ago