@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
17 lines (12 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _isDefined = _interopRequireDefault(require("./isDefined"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var getGrow = function getGrow(grow) {
return (0, _isDefined.default)(grow) && (grow ? "1" : "0");
};
var _default = getGrow;
exports.default = _default;