Home Manual Reference Source

Usage

Import the library where needed

const {DoublyLinkedList} = await import('@list-abstraction/doubly-linked-list');
// or
import {DoublyLinkedList} from '@list-abstraction/doubly-linked-list';