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