Operating System
The os
module lets you interact with the operating system that Node.js is running on.
This is a mock implementation of os
for learning purposes. The output from these examples is
not related in any way to the actual operating system that you're using right now.
Loading TypeScript...