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

fix: fix the "isFunction" utility to match both "AsyncFunction" #927

Merged
merged 1 commit into from Apr 25, 2022
Merged

fix: fix the "isFunction" utility to match both "AsyncFunction" #927

merged 1 commit into from Apr 25, 2022

Commits on Apr 23, 2022

  1. fix: fix the "isFunction" utility to match both "asyncFunction"s and …

    …"Function"s
    
    current behavior is the utility tries to match only "Function" and therefore "AsyncFunction" will be
    considered bad and error will be thrown
    
    fix #926
    Tal Rofe committed Apr 23, 2022
    Copy the full SHA
    7a6203b View commit details
    Browse the repository at this point in the history