Skip to content

Commit

Permalink
added clear method to output stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Infante committed May 30, 2022
1 parent 057ac08 commit b004b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paolo-projects/terminal-emulator",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/OutputStream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export default abstract class OutputStream {
this.write(line);
this.write(this.endLine);
}
abstract clear(): void;
}

0 comments on commit b004b5a

Please sign in to comment.