solid-ctrl-flow 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ export declare function memoProps<T, K extends readonly (keyof T)[] = (keyof T)[
|
|
|
120
120
|
* @param f The function to run
|
|
121
121
|
* @returns The same thing {@link f} returned
|
|
122
122
|
*/
|
|
123
|
-
export declare function runWithContext<T, R>(ctx: Context<T>, value: T, f: (x: T) => R):
|
|
123
|
+
export declare function runWithContext<T, R>(ctx: Context<T>, value: T, f: (x: T) => R): R;
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
126
|
* Esecutes {@link splitProps} and memoizes the first of the two returned objects
|
package/dist/index.mjs
CHANGED
package/dist/index.umd.js
CHANGED