Skip to content

Commit

Permalink
Add underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Oct 24, 2019
1 parent c699c61 commit 51691ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ Related
- Ruby
- [`Array#select`](https://ruby-doc.org/core-2.4.1/Array.html#method-i-select)
- [`Array#reject`](https://ruby-doc.org/core-2.4.1/Array.html#method-i-reject)
- Underscore
- [`_.select`](https://underscorejs.org/#filter) (aliased to _.filter)
- [`_.reject`](https://underscorejs.org/#reject)

0 comments on commit 51691ca

Please sign in to comment.