Helpful
    Preparing search index...

    Variable mibConst

    mib: (amount: number) => number = mebibytes

    Type Declaration

      • (amount: number): number
      • Returns the total number of bytes for the wanted number of mebibytes.

        A mebibyte is 1024 kibibytes.

        Parameters

        • amount: number

          The total amount of mebibytes to convert to bytes.

        Returns number

        The total number of bytes in the given amount of mebibytes.