@blake.regalia/belt
Advanced tools
Comparing version 0.20.1 to 0.20.2
@@ -126,3 +126,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings'; | ||
*/ | ||
export declare const safe_json: <w_out extends JsonValue<undefined> = JsonValue>(sx_json: string) => w_out | undefined; | ||
export declare const safe_json: <w_out extends JsonValue<void | undefined> = JsonValue>(sx_json: string) => w_out | undefined; | ||
/** | ||
@@ -129,0 +129,0 @@ * Concatenate a sequence of Uint8Arrays. |
@@ -126,3 +126,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings'; | ||
*/ | ||
export declare const safe_json: <w_out extends JsonValue<undefined> = JsonValue>(sx_json: string) => w_out | undefined; | ||
export declare const safe_json: <w_out extends JsonValue<void | undefined> = JsonValue>(sx_json: string) => w_out | undefined; | ||
/** | ||
@@ -129,0 +129,0 @@ * Concatenate a sequence of Uint8Arrays. |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.20.1", | ||
"version": "0.20.2", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
189999