Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayfri/better-lists
A package for using better lists.
https://github.com/ayfri/better-lists
Last synced: 14 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T18:10:01.000Z (over 3 years ago)
- Last Synced: 2024-10-10T23:13:04.219Z (28 days 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
[![npm bundle size](https://img.shields.io/bundlephobia/min/better-list)](https://www.npmjs.com/package/better-list)
[![npm install](https://nodei.co/npm/better-list.png?downloads=true&stars=true)](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.