shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: added array utils #20

Closed shravan20 closed 11 months ago

shravan20 commented 11 months ago

Summary by CodeRabbit

Release Notes:

coderabbitai[bot] commented 11 months ago

Walkthrough

This pull request introduces a suite of utility functions for array manipulation in the ArrayUtils module, along with corresponding test cases. It also includes updates to import statements and logging methods, changes to the directory structure for test files, and enhancements to the project's README.

Changes

File(s) Summary
README.md Added setup instructions and guide for joining a server.
lib/sample.ts Updated import statement and replaced console.log with consola.info.
lib/utility/ArrayUtils/index.ts,
lib/tests/ArrayUtils/test.spec.ts
Introduced numerous utility functions for array manipulation and their respective tests.
mocha.opts Modified file path pattern for recursive test file inclusion.

🐇💻

In the land of code where the shadows lie, A rabbit hopped forth under the cloudless sky. With each key press, a new function born, Array manipulations crafted till morn. Tests were written, all passing with glee, Celebrating the changes, as happy as can be. So here's to the code, may it run swift and free, In the land of GitHub, by the edge of the sea. 🌊🎉

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.