mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
reafactor(): amend last commit
This commit is contained in:
parent
d0dec7a17d
commit
a7f7b26a76
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user