1
0
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:
Edilson Morais 2022-10-11 13:00:48 -03:00 committed by GitHub
parent 1a408dcb3a
commit f8abcf4f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>