mol_plot_all 1.2.1536 → 1.2.1538

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
@@ -948,7 +948,7 @@ declare namespace $ {
948
948
  }
949
949
 
950
950
  declare namespace $ {
951
- function $mol_charset_decode(buffer: BufferSource, encoding?: $mol_charset_encoding): string;
951
+ function $mol_charset_decode(buffer: AllowSharedBufferSource, encoding?: $mol_charset_encoding): string;
952
952
  }
953
953
 
954
954
  declare namespace $ {