function readSync
          
Usage in Deno
import { readSync } from "node:fs";
readSync(): number 
      Returns the number of bytesRead.
For detailed information, see the documentation of the asynchronous version of this API: read.
optional
position: ReadPosition | null = 'null'
      
    number