Skip to content

dependabit / manifest/src / formatSize

Function: formatSize()

ts
function formatSize(bytes): string;

Defined in: packages/manifest/src/size-check.ts:61

Get formatted size string

Parameters

ParameterType
bytesnumber

Returns

string

Released under the MIT License.