()
| 67 | delete(): Promise<void>; |
| 68 | getDownloadURL(): Promise<string>; |
| 69 | getMetadata(): Promise<IMetadata>; |
| 70 | list(options?: ListOptions): Promise<IListResult>; |
| 71 | listAll(): Promise<IListResult>; |
| 72 | put(data: Blob | Uint8Array | ArrayBuffer, metadata?: IMetadata): ITask; |
no outgoing calls
no test coverage detected