@@ -12,7 +12,7 @@ import createOver from './.internal/createOver.js';
* @returns {Function} Returns the new function.
* @example
*
* var func = over([Math.max, Math.min]);
* const func = over([Math.max, Math.min]);
*
* func(1, 2, 3, 4);
* // => [4, 1]
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.