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

https://github.com/nuintun/linkedlist

A typescript array-like doubly linked list.
https://github.com/nuintun/linkedlist

linked-list

Last synced: 5 months ago
JSON representation

A typescript array-like doubly linked list.

Awesome Lists containing this project

README

          

# LinkedList

> A typescript array-like doubly linked list.
>
> [![NPM Version][npm-image]][npm-url]
> [![Download Status][download-image]][npm-url]
> [![License][license-image]][license-url]

### API

[See MDN Array API](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array)

[npm-image]: https://img.shields.io/npm/v/@nuintun/linked-list?style=flat-square
[npm-url]: https://www.npmjs.org/package/@nuintun/linked-list
[download-image]: https://img.shields.io/npm/dm/@nuintun/linked-list?style=flat-square
[license-image]: https://img.shields.io/github/license/nuintun/LinkedList?style=flat-square
[license-url]: https://github.com/nuintun/LinkedList/blob/main/LICENSE