Skip to content

Conversation

levino
Copy link

@levino levino commented Aug 10, 2023

Sorry for not creating an issue first, but the test I added failed before and I fixed it, so it is pretty obvious what this is about. I ran npm test locally and it passed, I think. I committed the updated docs as well.

@levino levino force-pushed the fix-of-array-length-1 branch from 69ad41e to 3a934ad Compare August 10, 2023 22:53
@levino levino force-pushed the fix-of-array-length-1 branch from 3a934ad to f934dc7 Compare August 10, 2023 22:55
@levino levino marked this pull request as ready for review August 10, 2023 22:56
@@ -9,6 +9,8 @@ declare const ns: Array<number>
declare const ss: Array<string>
declare const tns: Array<[number, string]>

pipe(_.of('b'), ([value]: [string]) => value)
Copy link
Author

@levino levino Aug 10, 2023

Choose a reason for hiding this comment

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

This created a TS error before below fixes.

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.

1 participant