Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 15, 2019 10:14
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 jasongorman/f21462fdeba97cd35d127c5c4a109063 to your computer and use it in GitHub Desktop.
Save jasongorman/f21462fdeba97cd35d127c5c4a109063 to your computer and use it in GitHub Desktop.
const write = (customer, output) => {
return output(customer);
}
module.exports = write;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment