Skip to content

Instantly share code, notes, and snippets.

@dmnsgn
Last active April 26, 2018 11:08
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 dmnsgn/5fddc4eaeaed76727eaacd825c6b27f8 to your computer and use it in GitHub Desktop.
Save dmnsgn/5fddc4eaeaed76727eaacd825c6b27f8 to your computer and use it in GitHub Desktop.
import clamp from "lodash/clamp";
const num = Infinity;
const answer = clamp(num, 0, 42);
console.log(answer);
export default answer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment