UNPKG

react-input-range

Version:

React component for inputting numeric values within a range

17 lines (16 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isDefined; /** * Check if a value is defined * @ignore * @param {*} value * @return {boolean} */ function isDefined(value) { return value !== undefined && value !== null; } module.exports = exports["default"]; //# sourceMappingURL=is-defined.js.map