Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Remove Array.from #15

Merged
merged 1 commit into from
Dec 6, 2016
Merged

Remove Array.from #15

merged 1 commit into from
Dec 6, 2016

Conversation

mAAdhaTTah
Copy link
Owner

@mAAdhaTTah mAAdhaTTah commented Dec 6, 2016

flatten doesn't need it to be an array, and we can repace forEach w/
R.forEach so we don't need to use Array.from.

Fixes #11.

`flatten` doesn't need it to be an array, and we can repace `forEach` w/
`R.forEach` so we don't need to use `Array.from`.
@mAAdhaTTah mAAdhaTTah merged commit c97b5a4 into master Dec 6, 2016
@mAAdhaTTah mAAdhaTTah deleted the issue/11-remove-array-from branch December 6, 2016 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant