Skip to content

Commit 2e3d1bb

Browse files
committed
Updating typescript module definition
1 parent 1263ce4 commit 2e3d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filesize.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export function filesize(arg: string, descriptor: object): any;
1+
export function filesize(arg: any, descriptor: object): any;
22

33
export interface filesize {
44
partial: any;

0 commit comments

Comments
 (0)