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

of: test contribution #508

Merged
merged 1 commit into from
Jul 15, 2020
Merged

of: test contribution #508

merged 1 commit into from
Jul 15, 2020

Conversation

slavaGanzin
Copy link
Contributor

I want to implement juxt and countBy, but I started with something easy, to try to comply with contributing guidelines. Open for suggestions

@selfrefactor selfrefactor merged commit 9e254d0 into selfrefactor:master Jul 15, 2020
@selfrefactor
Copy link
Owner

Thank you for the PR - you've done it by the book :)

I will let know when new version is published, as it will contain your changes.

Notes: This of is different from the ES6 of; See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of

*/
export function of(x: any): => boolean;
Copy link
Owner

Choose a reason for hiding this comment

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

It should be export function of<T>(x: T): T[];

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.

None yet

2 participants