https://github.com/ayfri/better-lists
A package for using better lists.
https://github.com/ayfri/better-lists
Last synced: about 2 months ago
JSON representation
A package for using better lists.
- Host: GitHub
- URL: https://github.com/ayfri/better-lists
- Owner: Ayfri
- License: mit
- Created: 2021-07-27T16:54:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T18:10:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T02:17:01.411Z (about 2 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Better-List
[](https://www.npmjs.com/package/better-list)
[](https://www.npmjs.com/package/better-list)
A package for using better lists.## Installation
To install it, simply run this command :
```bash
npm install better-list --save
```## What it contains
This package contains all the methods that the Kotlin `MutableList`s contains with proper typings in a `List` class.
It may contains other useful classes and functions later if people ask for it.