@@ -16,7 +16,7 @@ import createFlow from './.internal/createFlow.js';
* return n * n;
* }
*
* var addSquare = flow([add, square]);
* const addSquare = flow([add, square]);
* addSquare(1, 2);
* // => 9
*/
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.