HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/finite/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/finite/coerce.js
"use strict";

var coerceToNumber = require("../number/coerce");

module.exports = function (value) {
	value = coerceToNumber(value);
	return isFinite(value) ? value : null;
};