mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 08:03:10 +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
|
import "web-streams-polyfill/ponyfill"; // to support streams API for older browsers
|
||||||
|
|
||||||
type FileStream = {
|
type FileStream = {
|
||||||
name: string,
|
name: string;
|
||||||
stream(): ReadableStream,
|
stream(): ReadableStream;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default abstract class Exporter {
|
export default abstract class Exporter {
|
||||||
|
|
Loading…
Reference in a new issue