@isoftdata/svelte-store-crud
Advanced tools
@@ -9,3 +9,3 @@ import type { ConditionalKeys, Simplify } from 'type-fest'; | ||
| export type CrudMap<T> = Record<CrudMapKey, EntityMap<T>>; | ||
| type ArrayCrudMap<T> = Record<CrudMapKey, Array<T>>; | ||
| export type ArrayCrudMap<T> = Record<CrudMapKey, Array<T>>; | ||
| /** Creates a new CRUD Map, without the rest of the store logic */ | ||
@@ -12,0 +12,0 @@ export declare const newCrudMap: <T>() => CrudMap<T>; |
+1
-1
| { | ||
| "name": "@isoftdata/svelte-store-crud", | ||
| "version": "2.5.0", | ||
| "version": "2.5.1", | ||
| "files": [ | ||
@@ -5,0 +5,0 @@ "dist", |
18109
0.04%