Skip to content

Instantly share code, notes, and snippets.

@nickheal
Created April 11, 2020 14:26
Show Gist options
  • Save nickheal/dd5b07f8d508ed2a02b785141263d571 to your computer and use it in GitHub Desktop.
Save nickheal/dd5b07f8d508ed2a02b785141263d571 to your computer and use it in GitHub Desktop.
The joy of partial application
import groupSentencesUpToX from './groupSentencesUpToX';
export default groupSentencesUpToX(?, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment