Comparing version 0.4.4 to 0.4.5
@@ -7,3 +7,3 @@ import { FC } from 'react'; | ||
(): void; | ||
0: () => T | void; | ||
0: () => T | undefined; | ||
}; | ||
@@ -10,0 +10,0 @@ declare function prop(_proto: any, key: any, descriptor?: any): any; |
{ | ||
"name": "realar", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "React state manager", | ||
@@ -91,3 +91,3 @@ "repository": { | ||
}, | ||
"gitHead": "868558d9dd924153348b388695fef8cab5ceff90" | ||
"gitHead": "fc67b18ffca5bb8ac391606b216ca4d8465aca2c" | ||
} |
@@ -34,3 +34,3 @@ import { useRef, useReducer, useEffect, useMemo, FC } from 'react'; | ||
(): void; | ||
0: () => T | void; | ||
0: () => T | undefined; | ||
} { | ||
@@ -37,0 +37,0 @@ let resolve: (v: T) => void; |
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
25718