Core & Utilities
Data & State
Frontend & Logic
Architecture & Security
Appearance
Checks whether the left value is less than the right value.
import { isLessThan } from '@vielzeug/toolkit'; isLessThan(4, 5); // true