(path)
| 909 | * Node and Bun preserve `size` and `blksize` exactly. Optional `number` |
| 910 | * metadata is `Option.none()` when absent or outside the safe integer range. |
| 911 | * Unsafe `dev` or `mode` values fail the stat operation with `BadArgument`. |
| 912 | * |
| 913 | * **Example** (Inspecting file information) |
| 914 | * |
| 915 | * ```ts import.meta.vitest |
| 916 | * import { ByteSize, FileSystem, Option } from "effect" |