@pacote/linked-list
TypeScript icon, indicating that this package has built-in type declarations

0.7.5 • Public • Published

@pacote/linked-list

version minified minified + gzip

Immutable linked lists.

Installation

yarn add @pacote/linked-list

Example

import { listOf, sort } from '@pacote/linked-list'

sort(listOf(3, 2, 1)) // => [1, [2, [3, undefined]]]

License

MIT © Luís Rodrigues.

Readme

Keywords

Package Sidebar

Install

npm i @pacote/linked-list

Weekly Downloads

26

Version

0.7.5

License

MIT

Unpacked Size

156 kB

Total Files

60

Last publish

Collaborators

  • goblindegook