mol_dump_lib 0.0.4 → 0.0.5

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
@@ -586,6 +586,7 @@ declare namespace $ {
586
586
  }
587
587
 
588
588
  declare namespace $ {
589
+ function $mol_style_attach_force(): HTMLStyleElement;
589
590
  function $mol_style_attach(id: string, text: string): HTMLStyleElement | null;
590
591
  }
591
592