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/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -840,7 +840,7 @@ declare namespace $ {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
declare namespace $ {
|
|
843
|
-
function $mol_charset_decode(buffer:
|
|
843
|
+
function $mol_charset_decode(buffer: AllowSharedBufferSource, encoding?: $mol_charset_encoding): string;
|
|
844
844
|
}
|
|
845
845
|
|
|
846
846
|
declare var $node: any;
|