simpler-state
Advanced tools
Comparing version 2.0.0-pre.3 to 2.0.0-pre.4
{ | ||
"name": "simpler-state", | ||
"version": "2.0.0-pre.3", | ||
"version": "2.0.0-pre.4", | ||
"description": "The simplest app state management for React", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -64,4 +64,4 @@ /** | ||
*/ | ||
declare function entity<T = any>(initialValue: Promise<T>, pluginsOrAlias?: Plugin[] | string): Entity<T | undefined>; | ||
declare function entity<T = any>(initialValue: T, pluginsOrAlias?: Plugin[] | string): Entity<T>; | ||
declare function entity<T = any>(initialValue: Promise<T>, pluginsOrAlias?: Plugin[] | string): Entity<T | undefined>; | ||
export default entity; |
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