@vsokolov/utils - v0.32.0
    Preparing search index...

    Function toDollars

    • Convert cents to dollars

      Parameters

      • cents: number

        Number of cents

      • currency: Currency = 'USD'
      • locale: string = 'en-US'

      Returns string

      Currency formatted to dollars

      toDollars(1000); // '$10.00'