@solid-primitives/destructure
Advanced tools
+1
-2
| import { Accessor } from 'solid-js'; | ||
| import { Values, AnyFunction, MaybeAccessor, AnyObject } from '@solid-primitives/utils'; | ||
| import { MemoOptions } from 'solid-js/types/reactive/signal'; | ||
| import { MemoOptions, Values, AnyFunction, MaybeAccessor, AnyObject } from '@solid-primitives/utils'; | ||
@@ -5,0 +4,0 @@ type ReactiveSource = [] | any[] | AnyObject; |
+2
-2
| { | ||
| "name": "@solid-primitives/destructure", | ||
| "version": "0.1.5", | ||
| "version": "0.1.6", | ||
| "description": "Primitives for destructuring reactive objects – like props or stores – or signals of them into a separate accessors updated individually.", | ||
@@ -47,3 +47,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
| "dependencies": { | ||
| "@solid-primitives/utils": "^4.0.1" | ||
| "@solid-primitives/utils": "^5.0.0" | ||
| }, | ||
@@ -50,0 +50,0 @@ "peerDependencies": { |
13386
-0.36%138
-0.72%+ Added
- Removed