Skip to content

Commit

Permalink
Updating typescript module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Oct 1, 2019
1 parent 1263ce4 commit 2e3d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesize.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function filesize(arg: string, descriptor: object): any;
export function filesize(arg: any, descriptor: object): any;

export interface filesize {
partial: any;
Expand Down

0 comments on commit 2e3d1bb

Please sign in to comment.