Skip to content

Commit f73cd0f

Browse files
committed
updated wasm
1 parent d1a3e17 commit f73cd0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json/_wasm/json_jsonpath.generated.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface JSONPathResult<JsonValue = any> {
3434

3535
/**
3636
* JSONPath
37-
*
37+
*
3838
* @example
3939
* ```ts
4040
* const jp = new JSONPath({a: "b"})

json/_wasm/json_jsonpath.generated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// deno-fmt-ignore-file
55
/// <reference types="./json_jsonpath.generated.d.mts" />
66

7-
// source-hash: 7e71960193884e92c495c3345fbee5264a8c2f92
7+
// source-hash: a4c19a39ce309845f08e5db46e004956e864944c
88
let wasm;
99

1010
const heap = new Array(128).fill(undefined);

0 commit comments

Comments
 (0)