@rfanth/tjson 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tjson_bg.js +0 -16
- package/tjson_bg.wasm +0 -0
package/package.json
CHANGED
package/tjson_bg.js
CHANGED
|
@@ -100,10 +100,6 @@ export function __wbg___wbindgen_is_object_59a002e76b059312(arg0) {
|
|
|
100
100
|
const ret = typeof(val) === 'object' && val !== null;
|
|
101
101
|
return ret;
|
|
102
102
|
}
|
|
103
|
-
export function __wbg___wbindgen_is_string_624d5244bb2bc87c(arg0) {
|
|
104
|
-
const ret = typeof(arg0) === 'string';
|
|
105
|
-
return ret;
|
|
106
|
-
}
|
|
107
103
|
export function __wbg___wbindgen_is_undefined_87a3a837f331fef5(arg0) {
|
|
108
104
|
const ret = arg0 === undefined;
|
|
109
105
|
return ret;
|
|
@@ -133,14 +129,6 @@ export function __wbg___wbindgen_string_get_f1161390414f9b59(arg0, arg1) {
|
|
|
133
129
|
export function __wbg___wbindgen_throw_5549492daedad139(arg0, arg1) {
|
|
134
130
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
135
131
|
}
|
|
136
|
-
export function __wbg_entries_28ed7cb892e12eff(arg0) {
|
|
137
|
-
const ret = Object.entries(arg0);
|
|
138
|
-
return ret;
|
|
139
|
-
}
|
|
140
|
-
export function __wbg_get_94f5fc088edd3138(arg0, arg1) {
|
|
141
|
-
const ret = arg0[arg1 >>> 0];
|
|
142
|
-
return ret;
|
|
143
|
-
}
|
|
144
132
|
export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
|
|
145
133
|
const ret = arg0[arg1];
|
|
146
134
|
return ret;
|
|
@@ -173,10 +161,6 @@ export function __wbg_length_e6e1633fbea6cfa9(arg0) {
|
|
|
173
161
|
const ret = arg0.length;
|
|
174
162
|
return ret;
|
|
175
163
|
}
|
|
176
|
-
export function __wbg_length_fae3e439140f48a4(arg0) {
|
|
177
|
-
const ret = arg0.length;
|
|
178
|
-
return ret;
|
|
179
|
-
}
|
|
180
164
|
export function __wbg_new_1d96678aaacca32e(arg0) {
|
|
181
165
|
const ret = new Uint8Array(arg0);
|
|
182
166
|
return ret;
|
package/tjson_bg.wasm
CHANGED
|
Binary file
|