callbag-state
Advanced tools
Comparing version 0.1.2 to 0.1.3
export { makeState } from './state'; | ||
export { trace, change, postTrace } from './trace'; | ||
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState } from './types'; | ||
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState, SubState, } from './types'; | ||
export declare function state<T>(t: T): import("./types").State<T>; | ||
export default state; |
export { makeState } from './state'; | ||
export { trace, change, postTrace } from './trace'; | ||
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState } from './types'; | ||
export { Change, ChangeTrace, ChangeTraceLeaf, ChangeTraceNode, isLeaf, Downstream, Upstream, State, isState, SubState, } from './types'; | ||
export declare function state<T>(t: T): import("./types").State<T>; | ||
export default state; |
export { makeState } from './state'; | ||
export { trace, change, postTrace } from './trace'; | ||
export { isLeaf, isState } from './types'; | ||
export { isLeaf, isState, } from './types'; | ||
import { makeState } from './state'; | ||
@@ -5,0 +5,0 @@ import { bouncer } from './util/bouncer'; |
{ | ||
"name": "callbag-state", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Callbag-based State Management", | ||
@@ -5,0 +5,0 @@ "main": "dist/es5/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75935