signal-chain
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -7,2 +7,3 @@ export * from './signal/types'; | ||
import { merge } from './signal/merge'; | ||
export { execute } from './signal/util'; | ||
declare const _default: { | ||
@@ -9,0 +10,0 @@ config: (config?: { |
@@ -20,2 +20,3 @@ export * from './signal/types'; | ||
import { catchFn } from './signal/catch'; | ||
export { execute } from './signal/util'; | ||
const assert = { | ||
@@ -22,0 +23,0 @@ isNothing, |
{ | ||
"name": "signal-chain", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"author": "Christoph Franke", | ||
@@ -5,0 +5,0 @@ "description": "Declarative Reactive Programming Library", |
@@ -9,3 +9,3 @@ ![size](https://deno.bundlejs.com/badge?q=signal-chain&treeshake=[{+default+as+$+}]) | ||
> Signal-Chain is a smaller and simpler RxJS. | ||
> Signal-Chain is a small and simple RxJS. | ||
@@ -12,0 +12,0 @@ The essential concepts of **Signal-Chain** are: |
Sorry, the diff of this file is not supported yet
250641
2110