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 +1 -1
- package/node.deps.json +1 -1
- package/node.js +6 -1
- package/node.js.map +1 -1
- package/node.mjs +6 -1
- package/node.test.js +6 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +6 -1
- package/web.js.map +1 -1
- package/web.mjs +6 -1
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():
|
|
1975
|
+
static native(): any;
|
|
1976
1976
|
static persisted(next?: boolean): boolean;
|
|
1977
1977
|
static estimate(): number;
|
|
1978
1978
|
static dir(): FileSystemDirectoryHandle;
|