@accumulators/core
Advanced tools
Comparing version 3.0.3 to 3.0.8
import { IStore } from "./types"; | ||
export declare class InStoreTable { | ||
protected readonly store: IStore; | ||
readonly store: IStore; | ||
readonly key: string; | ||
@@ -5,0 +5,0 @@ constructor(store: IStore, key: string); |
{ | ||
"name": "@accumulators/core", | ||
"version": "3.0.3", | ||
"version": "3.0.8", | ||
"description": "A collection of TypeScript accumulators packages, each using the core package", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "32874d15a33696896c4b0189f4699642da399849" | ||
"gitHead": "1b5084968c5aa0a7034ff8d7c75cccf2eb882c4f" | ||
} |
Sorry, the diff of this file is not supported yet
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
10693