https://github.com/js2me/yummies
https://github.com/js2me/yummies
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/js2me/yummies
- Owner: js2me
- License: mit
- Created: 2024-07-20T17:34:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-09T15:14:59.000Z (2 months ago)
- Last Synced: 2026-04-09T15:25:40.062Z (2 months ago)
- Language: TypeScript
- Homepage: https://js2me.github.io/yummies/
- Size: 3.28 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# yummies
[![NPM version][npm-image]][npm-url] [![build status][github-build-actions-image]][github-actions-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]
[npm-image]: http://img.shields.io/npm/v/yummies.svg
[npm-url]: http://npmjs.org/package/yummies
[github-build-actions-image]: https://github.com/js2me/yummies/workflows/Build/badge.svg
[github-actions-url]: https://github.com/js2me/yummies/actions
[download-image]: https://img.shields.io/npm/dm/yummies.svg
[download-url]: https://npmjs.org/package/yummies
[bundlephobia-url]: https://bundlephobia.com/result?p=yummies
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/yummies
`yummies` - a set of various utilities for JavaScript projects with open source code,
designed to simplify the execution of common tasks and increase performance.
This project provides developers with powerful and easy-to-use functions
that can be easily integrated into any JavaScript code.
## [Read the docs →](https://js2me.github.io/yummies/)
## Migration from 5.x to 6.x
1. Replace all imports `yummies/utility-types` to `yummies/types.global`
2. Replace all imports `yummies/utils/types` to `yummies/types`
## Contribution Guide
Want to contribute ? [Follow this guide](https://github.com/js2me/yummies/blob/master/CONTRIBUTING.md)