UNPKG
lodash-compat
Version:
latest (3.10.2)
3.10.2
3.10.1
3.10.0
3.9.3
3.9.2
3.9.1
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
The compatibility build of lodash modular utilities.
lodash.com
lodash/lodash-compat
lodash-compat
/
collection
/
foldr.js
2 lines
(1 loc)
•
43 B
JavaScript
View Raw
1
2
module.exports
= require(
'./reduceRight'
)
;