@progress/kendo-react-inputs
Version:
React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package
13 lines (12 loc) • 533 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const f = (s) => s != null && s !== "", o = (s, t, i) => !f(s) || isNaN(s) || s <= t ? t : s >= i ? i : s;
export {
o as fitIntoBounds,
f as isPresent
};