proper stream import
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Stream } from './stream.js';
|
import { Stream } from 'stream';
|
||||||
|
|
||||||
export class Interactor {
|
export class Interactor {
|
||||||
_actions = new Stream();
|
_actions = new Stream();
|
||||||
|
|||||||
Reference in New Issue
Block a user