Skip to content

Instantly share code, notes, and snippets.

@basarat
Created March 11, 2016 01:27
Show Gist options
  • Save basarat/913644e931758d651c0d to your computer and use it in GitHub Desktop.
Save basarat/913644e931758d651c0d to your computer and use it in GitHub Desktop.
someNull.ts
fs.readFile('someFile', 'utf8', (err,data) => {
if (err) {
// do something
}
// no error
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment