mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 19:42:51 +01:00
Add process.stdout content (#2407)
Adding description and documentation link to the Process stdout
This commit is contained in:
parent
1a408dcb3a
commit
f8abcf4f8c
@ -1 +1,5 @@
|
||||
# Process stdout
|
||||
# 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…
x
Reference in New Issue
Block a user