mol_view_tree2_lib 1.0.23 → 1.0.24
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/node.d.ts +1 -1
- package/node.js.map +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.js.map +1 -1
package/node.d.ts
CHANGED
|
@@ -910,7 +910,7 @@ declare namespace $ {
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
declare namespace $ {
|
|
913
|
-
function $mol_charset_decode(buffer:
|
|
913
|
+
function $mol_charset_decode(buffer: AllowSharedBufferSource, encoding?: $mol_charset_encoding): string;
|
|
914
914
|
}
|
|
915
915
|
|
|
916
916
|
declare namespace $ {
|