deep-storage
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -81,2 +81,5 @@ export * from './async'; | ||
} | ||
export interface UsesDeepStorage<State> { | ||
storage: DeepStorage<State>; | ||
} | ||
export declare type stringOrNumber = string | number; | ||
@@ -83,0 +86,0 @@ export declare type Path = stringOrNumber[]; |
{ | ||
"name": "deep-storage", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Simple observable state management for reactive applications", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -101,2 +101,6 @@ export * from './async'; | ||
export interface UsesDeepStorage<State> { | ||
storage: DeepStorage<State>; | ||
} | ||
export type stringOrNumber = string | number; | ||
@@ -103,0 +107,0 @@ export type Path = stringOrNumber[]; |
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
1199
207512
19