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

i added some typescript definition file. #2

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

Conversation

judoaseeta
Copy link

Hi. i added typescript definition and modify package.json file in order to point definition file.
it looks like working well.

<A, B, C, D, E, F, G extends Action>(action1: A, action2: B, action3: C, action4: D, action5: E, action6: F, action7: G): Action;
export function batchActions
<A, B, C, D, E, F, G, H extends Action>(action1: A, action2: B, action3: C, action4: D, action5: E, action6: F, action7: G, action8: H): Action;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please reformat with 2 spaces as in the main file. Also fix indentation for }. Otherwise 👍

@ostap0207
Copy link
Owner

Hi, thanks! Sorry for taking so long to get back to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants