mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Add reconvert method to fp functions.
This commit is contained in:
committed by
John-David Dalton
parent
9e11ebb62a
commit
c406e33fcc
@@ -279,6 +279,9 @@ function baseConvert(util, name, func, options) {
|
||||
setPlaceholder = true;
|
||||
func.placeholder = result.placeholder = placeholder;
|
||||
}
|
||||
result.convert = function(options) {
|
||||
return baseConvert(util, name, func, options);
|
||||
};
|
||||
return result;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user