Skip to content

Instantly share code, notes, and snippets.

@chalu
Created July 18, 2019 17:16
Show Gist options
  • Save chalu/bc0a01d4316677fbc7d76cfc1ac11a73 to your computer and use it in GitHub Desktop.
Save chalu/bc0a01d4316677fbc7d76cfc1ac11a73 to your computer and use it in GitHub Desktop.
const compute = (delegate, field) => {
return (data) => delegate(data, field);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment