We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1263ce4 commit 2e3d1bbCopy full SHA for 2e3d1bb
filesize.d.ts
@@ -1,4 +1,4 @@
1
-export function filesize(arg: string, descriptor: object): any;
+export function filesize(arg: any, descriptor: object): any;
2
3
export interface filesize {
4
partial: any;
0 commit comments