Skip to content

Commit

Permalink
Type blob package
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 11, 2019
1 parent 5897bc6 commit a232dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _Parameters_

_Returns_

- `?File`: The file for the blob URL.
- `(File|undefined)`: The file for the blob URL.

<a name="isBlobURL" href="#isBlobURL">#</a> **isBlobURL**

Expand Down
2 changes: 1 addition & 1 deletion packages/blob/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function createBlobURL( file ) {
*
* @param {string} url The blob URL.
*
* @return {?File} The file for the blob URL.
* @return {File|undefined} The file for the blob URL.
*/
export function getBlobByURL( url ) {
return cache[ url ];
Expand Down

0 comments on commit a232dc4

Please sign in to comment.