Helpful
    Preparing search index...

    Variable kibConst

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

    Type Declaration

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

        A kibibyte is 1024 bytes.

        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.