-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
Renamed index.ts to getIndex.ts #557
Conversation
The filename index gets set as main entrypoint by npm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @kaffarell this is great and very quick. To make it even easier to read please also rename the imports from index to get index as well so that the function that is used is always getIndex. Thanks 👍
Changed it, by the way what is the underscore at the beginning of the imported function meaning? |
Hey @kaffarell thank you. 👍 Afterwards I will be able to merge it. 😄 |
@lukasoppermann This should be complete |
Awesome, @kaffarell I was actually only referring to the _index. method, but that is great. :D |
FIxes #556