source:
node_modules/lodash/fp/curryRight.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 165 bytes |
Line | |
---|---|
1 | var convert = require('./convert'), |
2 | func = convert('curryRight', require('../curryRight')); |
3 | |
4 | func.placeholder = require('./placeholder'); |
5 | module.exports = func; |
Note:
See TracBrowser
for help on using the repository browser.