UNPKG

another-linked-list

Version:
6 lines (4 loc) 123 B
import LinkedList from 'another-linked-list' const myList = new LinkedList() myList.append( {a: 1} ); console.log(myList)