# node-prettyuse **Repository Path**: mirrors_soldair/node-prettyuse ## Basic Information - **Project Name**: node-prettyuse - **Description**: print memory in bytes for human consumtion - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README prettyuse ========= print bytes used for human consumtion ```js var pretty = require('prettyuse'); var str = pretty(); // rss: 10.3 MB , heapTotal: 6.9 MB , heapUsed: 2.5 MB str = pretty.size(10000) // 9.8 kB ```