Intro This is a linked list implementation for NodeJS written in TypeScript. How to use const list = new LinkedList([1, 2, 3, 4]); console.log("content:", list.join(" -> ")); See docs/typedoc for further infos. Builds?