KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
js-fns
โ 9
Open GitHub โ
๐ Modern JavaScript utility library โ๏ธ
Download README (.md)
Explore Similar Repositories
hls-video-sharing
:
HKOSCon 2018 sharing: Video.js with HLS
Aircraft-door-detection-based-on-contour-fusion
:
A Fast Algorithm of Aircraft Door Detection Based on Image Processing
odoo-print
:
Odoo module for direct printing
MultiDOE
:
This MultiDOE toolbox regroups many existing tools for generating sample points using many specific DOE techniques.
Wifi_Bt_Esp32_Quad_Relay
:
Code and document for Wifi BT Esp32 Quad Relay Board
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
js-fns
?
Download (.md)
# js-fns > [!CAUTION] > The current branch represents the v3 version that is a complete revamp of the library. See [the `v2` branch](https://github.com/js-fns/js-fns/tree/v2) for the previous version. A JS utility library. Unlike other utility libraries like Lodash or date-fns, which are solely focused on low-level abstractions, js-fns packs code on a wider range, from day-to-day utilities you wish were in the standard library and type-only TypeScript utilities to higher-level abstractions a la "batteries included." It is set to solve the following problems: - The `package.json` bloat with countless small packages. - Deep dependency trees that duplicate code and open up for security vulnerabilities. - Runtime & bundle size overhead from dependencies that try to cover 100% of use cases when 90% could've been solved with โ of the code. - Dependencies that you add just for a single function. - JavaScript fatigue from major version upgrades with breaking changes. The js-fns functionality can be pulled into your project in two ways: - Installing `js-fns` as a dependency using a package manager. - Pulling small parts of the library (vendoring) straight into your repo with the help of the `js` CLI. > [!CAUTION] > ๐ง Work in progress, the library is still being shaped and might never be released. If you are interested, have feedback, or want to contribute, feel free to [reach out to @kossnocorp at X](https://x.com/kossnocorp). ## Changelog See [the changelog](./CHANGELOG.md). ## License [MIT ยฉ Sasha Koss](https://koss.nocorp.me/mit/)