function totalmem Usageimport { totalmem } from "node:os"; totalmem(): number Returns the total amount of system memory in bytes as an integer. Returns the total amount of system memory in bytes as an integer. Return Type number