3 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// workerize version, used in production
 | 
						|
const database = process.browser && require('./databaseWorker.js')()
 | 
						|
export { database }
 |