build: bump new versions
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
Publish to NPM / Check version changes and publish (push) Failing after 10m34s
This commit is contained in:
@@ -40,7 +40,7 @@ export type ReactivePickPredicate<T extends object>
|
||||
* // predicate form — keep only numeric values
|
||||
* const filtered = reactivePick(state, (value) => typeof value === 'number');
|
||||
*
|
||||
* @since 0.0.15
|
||||
* @since 0.0.14
|
||||
*/
|
||||
export function reactivePick<T extends object, K extends keyof T>(
|
||||
obj: T,
|
||||
|
||||
Reference in New Issue
Block a user