Use is syntax (#4079)
				
					
				
			This commit is contained in:
		 Acid Chicken (硫酸鶏)
					Acid Chicken (硫酸鶏)
				
			
				
					committed by
					
						 syuilo
						syuilo
					
				
			
			
				
	
			
			
			 syuilo
						syuilo
					
				
			
						parent
						
							c44c777976
						
					
				
				
					commit
					2f215ea34c
				
			| @@ -1,3 +1,5 @@ | ||||
| export default function(x: any): boolean { | ||||
| import { ObjectID } from 'mongodb'; | ||||
|  | ||||
| export default function(x: any): x is ObjectID { | ||||
| 	return x.hasOwnProperty('toHexString') || x.hasOwnProperty('_bsontype'); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user