Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added default value field to toNumber function #5852

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2024

  1. Added default value field to toNumber function

    kapil.kumar committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8c4ead4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat: added options to tonumber method

    1) Added options as second param for toNumber
    2) defaultValue will be returned in case if NaN occurs
    3) Updated example and docs for toNumber
    kapilkumar-github committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ed52e0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12fb49 View commit details
    Browse the repository at this point in the history