Skip to content

Commit

Permalink
revert: remove arrow fn
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Aug 27, 2017
1 parent 06a86a2 commit 1e56040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ function isStream(d) {
return thing.unsubscribe
}

is.stream = thing => thing.unsubscribe

function isIn(set) {
return function(d){
return !set ? false
Expand Down

0 comments on commit 1e56040

Please sign in to comment.