typescript(translucid): fixed express bug
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
		
					parent
					
						
							
								908a69c985
							
						
					
				
			
			
				commit
				
					
						efa99a1f08
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1,5 +1,6 @@ | ||||||
| "use strict"; | "use strict"; | ||||||
| Object.defineProperty(exports, "__esModule", { value: true }); | Object.defineProperty(exports, "__esModule", { value: true }); | ||||||
|  | const express = require('express'); | ||||||
| const read_1 = require("./read"); | const read_1 = require("./read"); | ||||||
| function containsAny(array, keys) { | function containsAny(array, keys) { | ||||||
|     for (let i = 0; i < keys.length; i++) { |     for (let i = 0; i < keys.length; i++) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Matei Adriel
				Matei Adriel