| Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/validator/es/lib/ |
| Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/validator/es/lib/toFloat.js |
import isFloat from './isFloat';
export default function toFloat(str) {
if (!isFloat(str)) return NaN;
return parseFloat(str);
}