react-playground
    Preparing search index...

    Type Alias EnhancedBitProps

    EnhancedBitProps: BitProps & {
        bigEndianBitOrder: number;
        littleEndianBitOrder: number;
        overflow?: boolean;
        zeroPadding?: boolean;
    }

    EnhancedBitProps is a type that adds the following properties to BitProps.

    • overflow: If true, this means that bit is out of range.
    • zeroPadding: If true, this means that bit is padded with zero.