mol_dump_lib 0.0.198 → 0.0.199

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
@@ -153,7 +153,7 @@ declare namespace $ {
153
153
  let $mol_dev_format_head: symbol;
154
154
  let $mol_dev_format_body: symbol;
155
155
  function $mol_dev_format_native(obj: any): any;
156
- function $mol_dev_format_auto(obj: any): any;
156
+ function $mol_dev_format_auto(obj: any): any[];
157
157
  function $mol_dev_format_element(element: string, style: object, ...content: any[]): any[];
158
158
  function $mol_dev_format_span(style: object, ...content: any[]): any[];
159
159
  let $mol_dev_format_div: (style: object, ...content: any[]) => any[];