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 CHANGED
@@ -1965,8 +1965,8 @@ declare namespace $ {
1965
1965
 
1966
1966
  declare namespace $ {
1967
1967
  class $mol_dump_value extends $mol_view {
1968
- value(): any;
1969
- preview_show(): boolean;
1968
+ value(next?: any): any;
1969
+ preview_show(next?: any): boolean;
1970
1970
  sub(): readonly any[];
1971
1971
  simple(): string;
1972
1972
  Simple(): $$.$mol_text_code;