Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
34c2df7a1a | |||
1d5509a078 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ztimson/utils",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.2",
|
||||
"description": "Utility library",
|
||||
"author": "Zak Timson",
|
||||
"license": "MIT",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {TypedEmitter, TypedEvents} from './emitter.ts';
|
||||
import {TypedEmitter, TypedEvents} from './emitter';
|
||||
|
||||
export type downloadEvents = TypedEvents & {
|
||||
complete: (blob: Blob) => any;
|
||||
|
@ -1,6 +1,6 @@
|
||||
export * from './array';
|
||||
export * from './aset';
|
||||
export * from './download.ts';
|
||||
export * from './download';
|
||||
export * from './emitter';
|
||||
export * from './errors';
|
||||
export * from './logger';
|
||||
|
Reference in New Issue
Block a user