Fixed import
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@ztimson/utils",
 | 
						"name": "@ztimson/utils",
 | 
				
			||||||
	"version": "0.7.1",
 | 
						"version": "0.7.2",
 | 
				
			||||||
	"description": "Utility library",
 | 
						"description": "Utility library",
 | 
				
			||||||
	"author": "Zak Timson",
 | 
						"author": "Zak Timson",
 | 
				
			||||||
	"license": "MIT",
 | 
						"license": "MIT",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
import {TypedEmitter, TypedEvents} from './emitter.ts';
 | 
					import {TypedEmitter, TypedEvents} from './emitter';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type downloadEvents = TypedEvents & {
 | 
					export type downloadEvents = TypedEvents & {
 | 
				
			||||||
	complete: (blob: Blob) => any;
 | 
						complete: (blob: Blob) => any;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user