Package Exports
- @lskjs/algos
- @lskjs/algos/any
- @lskjs/algos/count
- @lskjs/algos/countBy
- @lskjs/algos/each
- @lskjs/algos/every
- @lskjs/algos/fromPairs
- @lskjs/algos/index
- @lskjs/algos/isPlainObject
- @lskjs/algos/map
- @lskjs/algos/mapValues
- @lskjs/algos/maxBy
- @lskjs/algos/minBy
- @lskjs/algos/omit
- @lskjs/algos/omitBy
- @lskjs/algos/omitNull
- @lskjs/algos/pad
- @lskjs/algos/pick
- @lskjs/algos/pickBy
- @lskjs/algos/set
- @lskjs/algos/setProps
- @lskjs/algos/toPairs
- @lskjs/algos/types
- @lskjs/algos/uniq
- @lskjs/algos/uniqBy
Readme
LSK.js – utils
@lskjs/utils – LSK.js – utils – helpers and functions
Table of contents
⌨️ Install
# yarn
yarn i @lskjs/utils
# npm
npm i @lskjs/utils 📖 License
This project is licensed under the MIT License - see the LICENSE file for details
👥 Contributors
Igor Suvorov 💻 🎨 🤔 |
👏 Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b features/fooBar) - Commit your changes (
git commit -am 'feat(image): Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request