Skip to content

Commit

Permalink
Merge pull request #21 from seriouslag/patch/typingError
Browse files Browse the repository at this point in the history
fix typing error
  • Loading branch information
safrazik authored Oct 11, 2019
2 parents 4493445 + 42da093 commit db5522f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ interface RawFileData {
url: string | null;
urlResized: string | null;
src: () => any;
name: string | () => string;
name: any;
lastModified: number;
sizeText: string;
size: number;
Expand Down

0 comments on commit db5522f

Please sign in to comment.