@glitchybyte/dash
    Preparing search index...

    Function numberToBinaryString

    • Converts number value into a binary string.

      Parameters

      • value: number

        Value to convert.

      • minLength: number = 1

        Minimum length of output string. Output will be padded with 0s if less.

      Returns string