@blake.regalia/belt
Advanced tools
Comparing version 0.32.0 to 0.32.1
@@ -10,3 +10,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings'; | ||
/** | ||
* Typed alias to `JSON.parse` | ||
* Strongly typed alias to `JSON.parse` | ||
*/ | ||
@@ -13,0 +13,0 @@ export declare const parse_json: <w_value extends JsonValue<void | undefined> = JsonValue>(sx_json: string, f_reviver?: Parameters<typeof JSON.parse>[1]) => w_value; |
@@ -25,3 +25,3 @@ "use strict"; | ||
/** | ||
* Typed alias to `JSON.parse` | ||
* Strongly typed alias to `JSON.parse` | ||
*/ | ||
@@ -28,0 +28,0 @@ exports.parse_json = JSON.parse; |
@@ -0,1 +1,2 @@ | ||
export * from './async.js'; | ||
export * from './belt.js'; | ||
@@ -2,0 +3,0 @@ export * from './cbor.js'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./async.js"), exports); | ||
__exportStar(require("./belt.js"), exports); | ||
@@ -19,0 +20,0 @@ __exportStar(require("./cbor.js"), exports); |
@@ -10,3 +10,3 @@ import type { NaiveBase58, NaiveBase64, NaiveBase93, NaiveHexLower } from './strings'; | ||
/** | ||
* Typed alias to `JSON.parse` | ||
* Strongly typed alias to `JSON.parse` | ||
*/ | ||
@@ -13,0 +13,0 @@ export declare const parse_json: <w_value extends JsonValue<void | undefined> = JsonValue>(sx_json: string, f_reviver?: Parameters<typeof JSON.parse>[1]) => w_value; |
@@ -22,3 +22,3 @@ import { XG_8, is_array, is_dict_es, is_string, entries, from_entries, transform_values, die, try_sync } from './belt.js'; | ||
/** | ||
* Typed alias to `JSON.parse` | ||
* Strongly typed alias to `JSON.parse` | ||
*/ | ||
@@ -25,0 +25,0 @@ export const parse_json = JSON.parse; |
@@ -0,1 +1,2 @@ | ||
export * from './async.js'; | ||
export * from './belt.js'; | ||
@@ -2,0 +3,0 @@ export * from './cbor.js'; |
@@ -0,1 +1,2 @@ | ||
export * from './async.js'; | ||
export * from './belt.js'; | ||
@@ -2,0 +3,0 @@ export * from './cbor.js'; |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.32.0", | ||
"version": "0.32.1", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
268084
5165