upload, string extensions, lgres
This commit is contained in:
		
							
								
								
									
										4
									
								
								lib/utility/strings.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								lib/utility/strings.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
export function nullOrEmpty(s?: string | any | null): boolean
 | 
			
		||||
export function contains(s: string, key: string | any, ignoreCase?: boolean): boolean
 | 
			
		||||
export function endsWith(s: string, suffix: string): boolean
 | 
			
		||||
export function padStart(s: string, num: Number, char: string): boolean
 | 
			
		||||
		Reference in New Issue
	
	Block a user