Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.