Skip to content

Conversation

Hades32
Copy link

@Hades32 Hades32 commented Nov 8, 2021

Arrow functions are like normal functions but con only have a single body.

This PR supports code like

_.every(
  myarray,
  c => c.foo === 'bar'
)

Arrow functions are like normal functions but con only have a single body
@Hades32
Copy link
Author

Hades32 commented Nov 8, 2021

Hey @goto-bus-stop would be great if you could accept this, as it makes scripts quite a bite more concise if we can use the arrow syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant