Skip to content

Commit

Permalink
Move SnapDuplex to core
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Dec 15, 2022
1 parent 6922dda commit 05f100e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface PostMessageEvent {
/**
* Abstract base class for postMessage streams.
*/
export abstract class SnapDuplex extends Duplex {
export default abstract class SnapDuplex extends Duplex {
private _stream: any;
private _jobId: string;

Expand Down

0 comments on commit 05f100e

Please sign in to comment.