Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Created October 31, 2018 12:06
Show Gist options
  • Select an option

  • Save ufocoder/056973240534441a70b5a647cd0c7a49 to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/056973240534441a70b5a647cd0c7a49 to your computer and use it in GitHub Desktop.
export const doSomething = higherOrderNodeCallback(doA, doB);
import doSomething from "./do-something";
fstat("./some-file", doSomething);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment