Comparing version 1.8.4 to 1.8.5
import { Store } from 'effector'; | ||
export declare function and(...stores: Array<Store<unknown>>): Store<boolean>; | ||
export declare function and(...stores: Array<Store<any>>): Store<boolean>; |
import { Store } from 'effector'; | ||
export declare function or(...stores: Array<Store<unknown>>): Store<boolean>; | ||
export declare function or(...stores: Array<Store<any>>): Store<boolean>; |
{ | ||
"name": "patronum", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "☄️ Effector utility library delivering modularity and convenience", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
265169