How does readFileSync of fs node module work?

Viewed 1215

I wanted to see the code of fs node module so that I can how does this module implement this file reading functionality synchronously. I did try to search in node_modules folder. But I did not get any reference. Could you please help me with this ?

1 Answers
Related