0.59.11 โ€ข Published 2 months ago

@stacksjs/env v0.59.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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 ๐Ÿ’™

0.59.11

2 months ago

0.59.8

3 months ago

0.59.9

3 months ago

0.59.7

3 months ago

0.59.10

3 months ago

0.59.2

3 months ago

0.59.3

3 months ago

0.59.1

3 months ago

0.59.6

3 months ago

0.59.4

3 months ago

0.59.5

3 months ago

0.58.73

3 months ago

0.58.72

3 months ago

0.58.70

3 months ago

0.58.71

3 months ago

0.58.69

3 months ago

0.58.65

3 months ago

0.58.66

3 months ago

0.58.67

3 months ago

0.58.68

3 months ago

0.58.60

3 months ago

0.58.62

3 months ago

0.58.63

3 months ago

0.58.64

3 months ago

0.58.59

3 months ago

0.58.58

3 months ago

0.58.57

3 months ago

0.58.56

3 months ago

0.58.55

3 months ago

0.58.52

4 months ago

0.58.53

4 months ago

0.58.50

4 months ago

0.58.51

4 months ago

0.58.49

4 months ago

0.58.48

4 months ago

0.58.47

4 months ago