Function churi

  • Tagged template for Charged URI string.

    • Removes leading and trailing whitespace.
    • Removes whitespace around charges.
    • Removes spaces around new lines within template strings.
    • Does not alter template strings otherwise. It is up to the user to URI-encode them.
    • Applies chargeURI to substituted values.

    Parameters

    • strings: TemplateStringsArray

      Template strings.

    • Rest ...values: unknown[]

      Substituted values.

      Rest

    Returns string

    String containing charged URI string.

Generated using TypeDoc