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