Skip to content

Commit

Permalink
Update Typescript Node Input & Output.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanghuib authored Oct 22, 2023
1 parent 479aa3d commit c30d9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Typescript Node Input & Output.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const rl = readline.createInterface({
output: process.stdout
});

rl.on('line', function (line) {
rl.on('line', function (line:string) {
console.log(line)
});
```
Expand Down

0 comments on commit c30d9b1

Please sign in to comment.