micro-memoize
Advanced tools
Comparing version 4.0.2-beta.0 to 4.0.2-beta.1
@@ -11,4 +11,9 @@ type Dictionary<Type> = { | ||
export type Cache = import('./src/Cache').Cache; | ||
type CacheClass = import('./src/Cache').Cache; | ||
export interface Cache extends CacheClass { | ||
constructor: Cache; | ||
new (options: Options): Cache; | ||
} | ||
export type EqualityComparator = (object1: any, object2: any) => boolean; | ||
@@ -15,0 +20,0 @@ |
@@ -101,3 +101,3 @@ { | ||
"types": "./index.d.ts", | ||
"version": "4.0.2-beta.0" | ||
"version": "4.0.2-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
203407
3260