add hw2
This commit is contained in:
		
							
								
								
									
										18
									
								
								node_modules/lodash-es/_baseConforms.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								node_modules/lodash-es/_baseConforms.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| import baseConformsTo from './_baseConformsTo.js'; | ||||
| import keys from './keys.js'; | ||||
|  | ||||
| /** | ||||
|  * The base implementation of `_.conforms` which doesn't clone `source`. | ||||
|  * | ||||
|  * @private | ||||
|  * @param {Object} source The object of property predicates to conform to. | ||||
|  * @returns {Function} Returns the new spec function. | ||||
|  */ | ||||
| function baseConforms(source) { | ||||
|   var props = keys(source); | ||||
|   return function(object) { | ||||
|     return baseConformsTo(object, source, props); | ||||
|   }; | ||||
| } | ||||
|  | ||||
| export default baseConforms; | ||||
		Reference in New Issue
	
	Block a user
	 nik
					nik