mol_dump_lib 0.0.3 → 0.0.4
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 +2 -2
- package/node.deps.json +1 -1
- package/node.js +12 -2
- package/node.js.map +1 -1
- package/node.mjs +12 -2
- package/node.test.js +12 -2
- package/node.test.js.map +1 -1
- package/node.view.tree +2 -2
- package/package.json +1 -1
- package/web.d.ts +2 -2
- package/web.deps.json +1 -1
- package/web.js +12 -2
- package/web.js.map +1 -1
- package/web.mjs +12 -2
- package/web.view.tree +2 -2
package/node.view.tree
CHANGED
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -1828,8 +1828,8 @@ declare namespace $ {
|
|
|
1828
1828
|
|
|
1829
1829
|
declare namespace $ {
|
|
1830
1830
|
class $mol_dump_value extends $mol_view {
|
|
1831
|
-
value(): any;
|
|
1832
|
-
preview_show(): boolean;
|
|
1831
|
+
value(next?: any): any;
|
|
1832
|
+
preview_show(next?: any): boolean;
|
|
1833
1833
|
sub(): readonly any[];
|
|
1834
1834
|
simple(): string;
|
|
1835
1835
|
Simple(): $$.$mol_text_code;
|