@blake.regalia/belt
Advanced tools
Comparing version 0.45.4 to 0.46.0
@@ -157,3 +157,3 @@ import type { NoInfer } from 'ts-toolbelt/out/Function/NoInfer'; | ||
*/ | ||
export declare const assign: <h_object extends {}, h_extend extends {}>(h_object: h_object, h_extend: h_extend) => h_object & h_extend; | ||
export declare const assign: <h_object extends {}, h_extend extends {} = Partial<h_object>>(h_object: h_object, h_extend: h_extend) => h_object & h_extend; | ||
/** | ||
@@ -160,0 +160,0 @@ * @deprecated Use {@link assign} instead |
@@ -75,2 +75,6 @@ import type { A, U } from 'ts-toolbelt'; | ||
/** | ||
* Returns the values of the given type, extracting the properties of an Object having string keys. | ||
*/ | ||
export type ValuesOfStruct<h_struct extends Record<string, any>> = h_struct[Extract<keyof h_struct, string>]; | ||
/** | ||
* Union of all TypedArray types | ||
@@ -77,0 +81,0 @@ */ |
@@ -157,3 +157,3 @@ import type { NoInfer } from 'ts-toolbelt/out/Function/NoInfer'; | ||
*/ | ||
export declare const assign: <h_object extends {}, h_extend extends {}>(h_object: h_object, h_extend: h_extend) => h_object & h_extend; | ||
export declare const assign: <h_object extends {}, h_extend extends {} = Partial<h_object>>(h_object: h_object, h_extend: h_extend) => h_object & h_extend; | ||
/** | ||
@@ -160,0 +160,0 @@ * @deprecated Use {@link assign} instead |
@@ -75,2 +75,6 @@ import type { A, U } from 'ts-toolbelt'; | ||
/** | ||
* Returns the values of the given type, extracting the properties of an Object having string keys. | ||
*/ | ||
export type ValuesOfStruct<h_struct extends Record<string, any>> = h_struct[Extract<keyof h_struct, string>]; | ||
/** | ||
* Union of all TypedArray types | ||
@@ -77,0 +81,0 @@ */ |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.45.4", | ||
"version": "0.46.0", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
365163
6915
22