mol_dump_lib 0.0.789 → 0.0.790
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.js.map +1 -1
- package/node.meta.tree +1 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.meta.tree +1 -0
package/node.d.ts
CHANGED
|
@@ -2439,7 +2439,7 @@ declare namespace $ {
|
|
|
2439
2439
|
protected copy(to: string): void;
|
|
2440
2440
|
protected drop(): void;
|
|
2441
2441
|
protected read(): Uint8Array<ArrayBuffer>;
|
|
2442
|
-
protected write(buffer: Uint8Array): undefined;
|
|
2442
|
+
protected write(buffer: Uint8Array<ArrayBuffer>): undefined;
|
|
2443
2443
|
protected kids(): this[];
|
|
2444
2444
|
resolve(path: string): this;
|
|
2445
2445
|
relate(base?: $mol_file): string;
|