UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

11 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (lowerBound, upperBound) { return function (value) { return value <= upperBound && value >= lowerBound; }; };