Add jsdoc comments to fp/_baseConvert. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-03 21:37:41 -07:00
parent 7165ef6f5e
commit a71ac53fa7
3 changed files with 226 additions and 118 deletions

View File

@@ -3,7 +3,8 @@ var baseConvert = require('./_baseConvert'),
/**
* Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
* version. If `name` is an object its methods will be converted.
* version with conversion `options` applied. If `name` is an object its methods
* will be converted.
*
* @param {string} name The name of the function to wrap.
* @param {Function} [func] The function to wrap.