All async I/O functions have a corresponding sync version.
E.g.
const buffer = fs.readFileSync(path);
All async I/O functions have a corresponding sync version.
E.g.