Skip to content

Instantly share code, notes, and snippets.

@cartant
Created December 4, 2020 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cartant/daf11afa3202e34e2c46615625f5daeb to your computer and use it in GitHub Desktop.
Save cartant/daf11afa3202e34e2c46615625f5daeb to your computer and use it in GitHub Desktop.
type ReadCallback = (content: string) => string;
function read(path: string, callback: ReadCallback) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment