Umi — API References - v1.3.0
    Preparing search index...

    Function bitArray

    • An array of boolean serializer that converts booleans to bits and vice versa.

      Parameters

      • size: number

        The amount of bytes to use for the bit array.

      • options: boolean | BitArraySerializerOptions = {}

        A set of options for the serializer.

      Returns Serializer<boolean[]>