Type Parameters

  • T extends {
        createdAt: Date;
        id: string;
    }

Constructors

Properties

Methods

Constructors

Properties

head: null | ListNode<T>
tail: null | ListNode<T>

Methods

Generated using TypeDoc