micro-memoize
Advanced tools
Comparing version 3.1.0-beta.0 to 3.1.0-beta.1
@@ -11,2 +11,5 @@ declare namespace MicroMemoize { | ||
export type Options = { | ||
[key: string]: any; | ||
[index: number]: any; | ||
isEqual?: EqualityComparator; | ||
@@ -47,2 +50,4 @@ isMatchingKey?: MatchingKeyComparator; | ||
[key: string]: any; | ||
[index: number]: any; | ||
cache?: Cache; | ||
@@ -49,0 +54,0 @@ cacheSnapshot?: Cache; |
@@ -102,3 +102,3 @@ { | ||
"types": "./index.d.ts", | ||
"version": "3.1.0-beta.0" | ||
"version": "3.1.0-beta.1" | ||
} |
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
446530
2808