Helpful
    Preparing search index...

    Variable kibibytesConst

    kibibytes: (amount: number) => number = ...

    Returns the total number of bytes for the wanted amount of kibibytes.

    A kibibyte is 1024 bytes.

    Type Declaration

      • (amount: number): number
      • Parameters

        • amount: number

          The total number of kibibytes to convert to bytes.

        Returns number

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