Comparing version 0.0.1-alpha-2 to 0.0.1-alpha-3
@@ -63,2 +63,3 @@ type Resolver<T> = (payload: T) => any; | ||
} | ||
declare const isReadableAsyncState: <T>(value: unknown) => value is ReadableAsyncState<T>; | ||
@@ -128,2 +129,2 @@ interface ReadableState<T> { | ||
export { AsyncState, AwaitableEvent, State, action, asyncState, delay, familyState, fork, rejectAfter, scenario, scenarioOnEvery, scenarioOnce, selector, state }; | ||
export { AsyncSetter, AsyncState, AsyncStatus, AsyncValue, AwaitableEvent, FamilyState, InferReadableType, ReadableAsyncState, ReadableState, Setter, State, WritableAsyncState, WritableState, action, asyncState, delay, familyState, fork, isReadableAsyncState, rejectAfter, scenario, scenarioOnEvery, scenarioOnce, selector, state }; |
@@ -334,2 +334,3 @@ 'use strict'; | ||
exports.fork = fork; | ||
exports.isReadableAsyncState = isReadableAsyncState; | ||
exports.rejectAfter = rejectAfter; | ||
@@ -336,0 +337,0 @@ exports.scenario = scenario; |
{ | ||
"name": "awai", | ||
"version": "0.0.1-alpha-2", | ||
"version": "0.0.1-alpha-3", | ||
"author": "Yuriy Yakym", | ||
@@ -5,0 +5,0 @@ "description": "State management library", |
@@ -9,2 +9,3 @@ <div align="center"> | ||
<img src="https://img.shields.io/badge/stability-experimental-blue.svg" /> | ||
<img src="https://img.shields.io/badge/License-MIT-blue.svg" /> | ||
</div> | ||
@@ -11,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76776
726
16