Converts a given number of bytes into megabytes.
The number of bytes to convert.
The equivalent number of megabytes.
bytesToMegabytes(1048576);//=> 1 Copy
bytesToMegabytes(1048576);//=> 1
Generated using TypeDoc
Converts a given number of bytes into megabytes.