add hw2
This commit is contained in:
		
							
								
								
									
										20
									
								
								node_modules/ramda/es/F.js
									
									
									
										generated
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								node_modules/ramda/es/F.js
									
									
									
										generated
									
									
										vendored
									
									
										Executable file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| /** | ||||
|  * A function that always returns `false`. Any passed in parameters are ignored. | ||||
|  * | ||||
|  * @func | ||||
|  * @memberOf R | ||||
|  * @since v0.9.0 | ||||
|  * @category Function | ||||
|  * @sig * -> Boolean | ||||
|  * @param {*} | ||||
|  * @return {Boolean} | ||||
|  * @see R.T | ||||
|  * @example | ||||
|  * | ||||
|  *      R.F(); //=> false | ||||
|  */ | ||||
| var F = function () { | ||||
|   return false; | ||||
| }; | ||||
|  | ||||
| export default F; | ||||
		Reference in New Issue
	
	Block a user
	 nik
					nik