https://github.com/alphafantomu/array-flatten
flatten a nested array
https://github.com/alphafantomu/array-flatten
Last synced: about 4 hours ago
JSON representation
flatten a nested array
- Host: GitHub
- URL: https://github.com/alphafantomu/array-flatten
- Owner: alphafantomu
- License: mit
- Created: 2022-03-08T02:05:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T05:36:21.000Z (over 3 years ago)
- Last Synced: 2025-02-21T13:25:38.536Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# array-flatten
flatten a nested array
## Installation
- This package uses the [lit](https://github.com/luvit/lit) package manager, run `lit install alphafantomu/array-flatten`
- If you're using this in a self-contained binary through [Luvi](https://github.com/luvit/luvi), you may include it inside `package.lua` as well `alphafantomu/array-flatten`
- You can reference the library using `require('array-flatten')`
## Documentation
`array flatten(array table)`, no checks if the table is an array or not
## License
This project has an [MIT license](/LICENSE)
## Contact
- Discord: `Arivistraliavatoriar#2678`