@stacksjs/config

0.61.18 • Public • Published

Stacks Objects

Easily work with objects.

☘️ Features

  • Access to Laravel-like Collections API
  • Other object helpers

🤖 Usage

bun install -d @stacksjs/objects

Now, you can easily access it in your project:

import { collect } from '@stacksjs/objects'

const collection = collect([{
  name: 'My story',
  pages: 176,
}, {
  name: 'Fantastic Beasts and Where to Find Them',
  pages: 1096,
}])

console.log(collection.avg('pages')) // 636

To view the full documentation, please visit https://stacksjs.org/objects.

🧪 Testing

bun test

📈 Changelog

Please see our releases page for more information on what has changed recently.

🚜 Contributing

Please review the Contributing Guide for details.

🏝 Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Stacks Discord Server

🙏🏼 Credits

Many thanks to the following core technologies & people who have contributed to this package:

📄 License

The MIT License (MIT). Please see LICENSE for more information.

Made with 💙

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @stacksjs/config

    Weekly Downloads

    6,533

    Version

    0.61.18

    License

    MIT

    Unpacked Size

    91.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • chrisbreuer