Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4f409644 authored by Simon Chan's avatar Simon Chan
Browse files

chore: fix build

parent 3ad875d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// cspell: ignore ponyfill

import { AbortSignal } from "web-streams-polyfill";
import type { AbortSignal } from "web-streams-polyfill";
// TODO: import the ponyfill instead (as a library should do)
export * from 'web-streams-polyfill';

+1 −1
Original line number Diff line number Diff line
// cspell: ignore ponyfill

import { AbortSignal } from "web-streams-polyfill";
import type { AbortSignal } from "web-streams-polyfill";
// TODO: import the ponyfill instead (as a library should do)
export * from 'web-streams-polyfill';