• Tests whether the target string is a currency

    Example

    expect(isCurrency('1.39').value).toBeTruthy()
    

    Parameters

    • target: string

      The target string

    • options: any = default_currency_options

      The options

    Returns Result<boolean | undefined>

Generated using TypeDoc