Fix export

This commit is contained in:
Sebastian Markbage
2021-04-27 09:44:17 -04:00
parent 4a8deb0836
commit 9a2591681e
@@ -17,6 +17,8 @@ export type Destination = {
export type PrecomputedChunk = string;
export type Chunk = string;
export const isPrimaryStreamConfig = true;
export function scheduleWork(callback: () => void) {
// We don't schedule work in this model, and instead expect performWork to always be called repeatedly.
}