mol_dump_lib 0.0.143 → 0.0.145

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
@@ -1972,7 +1972,7 @@ declare namespace $.$$ {
1972
1972
 
1973
1973
  declare namespace $ {
1974
1974
  class $mol_storage extends $mol_object2 {
1975
- static native(): null;
1975
+ static native(): any;
1976
1976
  static persisted(next?: boolean): boolean;
1977
1977
  static estimate(): number;
1978
1978
  static dir(): FileSystemDirectoryHandle;