UNPKG

linked-list-lib

Version:

This package contain some possibilities of implementations of linked lists

4 lines (3 loc) 43 B
export interface IData<T> { name: T; }