mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 02:38:40 +03:00
Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
b506de0989
commit
de6bc3f2ed
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import * as ponyfill from "web-streams-polyfill/ponyfill"
|
|||
import "web-streams-polyfill/ponyfill"; // to support streams API for older browsers
|
||||
|
||||
type FileStream = {
|
||||
name: string,
|
||||
stream(): ReadableStream,
|
||||
name: string;
|
||||
stream(): ReadableStream;
|
||||
};
|
||||
|
||||
export default abstract class Exporter {
|
||||
|
|
Loading…
Reference in a new issue