mirror of
				https://git.unlock-music.dev/um/web.git
				synced 2025-11-04 08:03:29 +08:00 
			
		
		
		
	Change type
This commit is contained in:
		
							parent
							
								
									e9bab4565e
								
							
						
					
					
						commit
						29cd3ed3d2
					
				@ -3,7 +3,7 @@ import { AudioMimeType, SniffAudioExt, GetArrayBuffer, GetMetaFromFile } from ".
 | 
				
			|||||||
import { DecryptResult } from '@/decrypt/entity';
 | 
					import { DecryptResult } from '@/decrypt/entity';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const HandlerMap: Map<string, Function> = new Map([
 | 
					const HandlerMap: Map<string, (data: Uint8Array) => Uint8Array> = new Map([
 | 
				
			||||||
    ["x2m", ProcessX2M],
 | 
					    ["x2m", ProcessX2M],
 | 
				
			||||||
    ["x3m", ProcessX3M],
 | 
					    ["x3m", ProcessX3M],
 | 
				
			||||||
]);
 | 
					]);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user