node 2

in package.json:


  "type":"module"


now u can use the statement:---

import os from 'os';
console.log(os.platform());

os:---

arch()

cpus()

hostname()

networkinterface()

freemem():---bytes

totalmem()



Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation