API ReferencesRsvim APInamespacesRsvimFsfunctionsreadFileSyncVersion: NextOn this pagereadFileSyncfunction readFileSync(path): Uint8Array; Sync version of readFile. Parameters ParameterTypepathstring Returns Uint8Array Example const buffer = Rsvim.fs.readFileSync("README.md");