Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 27, 2021
1 parent 4a8deb0 commit 9a25916
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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.
}
Expand Down

0 comments on commit 9a25916

Please sign in to comment.