use strict

This commit is contained in:
Leo Horie 2016-11-04 12:57:18 -04:00
parent fa82f4c7c4
commit 164327fc2f

View file

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