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

Export uuid as default as well #465

Closed
wants to merge 1 commit into from
Closed

Export uuid as default as well #465

wants to merge 1 commit into from

Commits on Jun 5, 2020

  1. Export uuid as default as well

    This allows people to do:
    
    ```js
    import uuid from 'uuid';
    uuid.v4();
    ```
    
    It also [helps with this Jest issue](https://stackoverflow.com/a/62210156/938236), but I think allowing for the above on itself is merit enough for this PR.
    franciscop committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    4f645d2 View commit details
    Browse the repository at this point in the history