Comparing version 0.14.0 to 0.14.1
{ | ||
"name": "patronum", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "☄️ Effector utility library delivering modularity and convenience", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,4 +6,4 @@ import { Store, Effect } from 'effector'; | ||
export function status<Params, Result>( | ||
effect: Effect<P, R>, | ||
effect: Effect<Params, Result>, | ||
initialValue?: Status, | ||
): Store<Status>; |
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
38167