feat(fs): add the size method to get the size of a file or directory (#2095)

This commit is contained in:
ayang
2024-11-26 20:09:42 +08:00
committed by GitHub
parent f8f2eefe03
commit fef76bd504
10 changed files with 134 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
fs: minor
---
Add the `size` method to get the size of a file or directory.