This commit is contained in:
Shunsuke Shibayama 2023-08-17 16:43:26 +09:00
parent ea0089f7df
commit 9454896d5a
8 changed files with 177 additions and 12 deletions

View file

@ -3,7 +3,7 @@
.copyfile!: (src: PathLike, dst: PathLike,) => NoneType
.copy!: (src: PathLike, dst: PathLike,) => NoneType
.copytree!: (src: PathLike, dst: PathLike,) => NoneType
.disk_usage!: (path: PathLike,) => {
.disk_usage!: (path: PathLike,) => NamedTuple {
.total = Nat
.used = Nat
.free = Nat