function readSync
Usage in Deno
```typescript import { readSync } from "node:node__fs.d.ts"; ```
readSync(): number
Returns the number of `bytesRead`.
For detailed information, see the documentation of the asynchronous version of
this API: [read](../.././node__fs.d.ts/~/read).
optional
position: ReadPosition | null = 'null'
number