Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>pull/21833/head
parent
b506de0989
commit
de6bc3f2ed
|
@ -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 New Issue