wrapper for fantasy-land map

This commit is contained in:
Leo Horie 2016-11-04 12:50:42 -04:00
parent 85eed94172
commit fa82f4c7c4
3 changed files with 7 additions and 4 deletions

3
stream/map.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = function(object, callback) {
return object["fantasy-land/map"](callback)
}