@@ -9,7 +9,7 @@ import toNumber from './toNumber.js';
* @param {*} other The other value to compare.
* @returns {boolean} Returns `true` if `value` is less than `other`,
* else `false`.
* @see gt, lte, gte
* @see gt, gte, lte
* @example
*
* lt(1, 3);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.