@nodecfdi/base-converter
    Preparing search index...

    Class BaseConverter

    Converts any string of any base to any other base without JS native parseInt or parseFloat limitations.

    Index

    Constructors

    Methods

    • Parameters

      • input: string
      • frombase: number
      • tobase: number

      Returns string