reafactor(): amend last commit

This commit is contained in:
Ibby Hadeed 2017-05-16 05:44:50 -04:00
parent d0dec7a17d
commit a7f7b26a76

View File

@ -32,7 +32,7 @@ export interface IFile extends Blob {
* @param start {Number} The index at which to start the slice (inclusive).
* @param end {Number} The index at which to end the slice (exclusive).
*/
slice(start: number, end: number): void;
slice(start: number, end: number): Blob;
}
export interface LocalFileSystem {