@proscom/prostore
Advanced tools
Comparing version 0.1.0 to 0.1.2
import { IRequestState, ISkipQueryFn } from './RequestStore'; | ||
export declare type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & { | ||
[key in Key]?: Obj[Key]; | ||
}; | ||
export declare type VarsCondition<Vars> = (vars: Vars) => boolean; | ||
@@ -3,0 +6,0 @@ /** |
import { IRequestState, ISkipQueryFn } from './RequestStore'; | ||
export declare type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & { | ||
[key in Key]?: Obj[Key]; | ||
}; | ||
export declare type VarsCondition<Vars> = (vars: Vars) => boolean; | ||
@@ -3,0 +6,0 @@ /** |
{ | ||
"name": "@proscom/prostore", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "> TODO: description", | ||
@@ -35,3 +35,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>", | ||
}, | ||
"gitHead": "041eb4482d6d97d7461d8b24cbfa95e110c8e8ea" | ||
"gitHead": "843db22013e3501b4a92cbae0b12367680a2f386" | ||
} |
@@ -5,2 +5,4 @@ import * as isEqual from 'lodash/isEqual'; | ||
export type PartialKey<Obj, Key extends keyof Obj> = Omit<Obj, Key> & { [key in Key]?: Obj[Key] }; | ||
export type VarsCondition<Vars> = (vars: Vars) => boolean; | ||
@@ -7,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
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
97741
61
1633