いい感じに
This commit is contained in:
		
							parent
							
								
									b1195e5bfd
								
							
						
					
					
						commit
						85f43b49cf
					
				
					 1 changed files with 15 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -79,25 +79,23 @@ class NumberValidator extends ValidatorCore {
 | 
			
		|||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const it = (value) => {
 | 
			
		||||
	return {
 | 
			
		||||
		must: {
 | 
			
		||||
			be: {
 | 
			
		||||
				a: {
 | 
			
		||||
					string: 0,
 | 
			
		||||
					number: () => new NumberValidator(value),
 | 
			
		||||
					boolean: 0,
 | 
			
		||||
					set: 0
 | 
			
		||||
				},
 | 
			
		||||
				an: {
 | 
			
		||||
					id: 0,
 | 
			
		||||
					array: 0,
 | 
			
		||||
					object: 0
 | 
			
		||||
				}
 | 
			
		||||
const it = (value: any) => ({
 | 
			
		||||
	must: {
 | 
			
		||||
		be: {
 | 
			
		||||
			a: {
 | 
			
		||||
				string: 0,
 | 
			
		||||
				number: () => new NumberValidator(value),
 | 
			
		||||
				boolean: 0,
 | 
			
		||||
				set: 0
 | 
			
		||||
			},
 | 
			
		||||
			an: {
 | 
			
		||||
				id: 0,
 | 
			
		||||
				array: 0,
 | 
			
		||||
				object: 0
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
export default it;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue