This release addresses three issues reported by RuiNtD: missing exports and the recursive parameter behavior for size and diskusage.
dirpath is now exported from @cross/fs/ops and @cross/fs (re-export from @cross/dir).
diskusage and size now respect the recursive parameter: false = direct children only, true = all descendants. JSDoc updated; tests added.
appendFile is now exported from @cross/fs/io and @cross/fs (re-export from node:fs/promises).
Fixes #5, #6, #7
Full Changelog: 0.1.13...0.1.14