Add process.stdout content (#2407)
Adding description and documentation link to the Process stdoutpull/2415/head
parent
1a408dcb3a
commit
f8abcf4f8c
1 changed files with 5 additions and 1 deletions
@ -1 +1,5 @@ |
||||
# Process stdout |
||||
The process.stdout property is an inbuilt application programming interface of the process module which is used to send data out of our program. A Writable Stream to stdout. It implements a write() method. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://nodejs.org/api/process.html#processstdout'>process.stdout</BadgeLink> |
||||
|
Loading…
Reference in new issue