mobx-keystone
Advanced tools
Comparing version 0.48.2 to 0.48.3
@@ -6,3 +6,4 @@ import { IdentityType } from "./schemas"; | ||
*/ | ||
export declare type EnumValues<E> = E extends Record<infer _K, infer V> ? V : never; | ||
export declare type EnumValues<E> = E extends Record<infer _K, // eslint-disable-line @typescript-eslint/no-unused-vars | ||
infer V> ? V : never; | ||
/** | ||
@@ -9,0 +10,0 @@ * An enum type, based on a Typescript alike enum object. |
{ | ||
"name": "mobx-keystone", | ||
"version": "0.48.2", | ||
"version": "0.48.3", | ||
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4281566
33088