@naturalcycles/nodejs-lib 13.4.0 → 13.5.0
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/dist/fs/fs.util.d.ts +2 -0
- package/dist/fs/fs.util.js +2 -0
- package/package.json +1 -1
- package/src/fs/fs.util.ts +2 -0
package/dist/fs/fs.util.d.ts
CHANGED
|
@@ -39,6 +39,8 @@ export declare const fs2: {
|
|
|
39
39
|
copyPathSync: typeof _copyPathSync;
|
|
40
40
|
movePath: typeof _movePath;
|
|
41
41
|
movePathSync: typeof _movePathSync;
|
|
42
|
+
statAsync: typeof fs.promises.stat;
|
|
43
|
+
mkdirAsync: typeof fs.promises.mkdir;
|
|
42
44
|
link: typeof fs.link;
|
|
43
45
|
open: typeof fs.open;
|
|
44
46
|
truncate: typeof fs.truncate;
|
package/dist/fs/fs.util.js
CHANGED
package/package.json
CHANGED