UNPKG

@js-ninja/list

Version:

A library for simplified work with arrays and DOM collections in JavaScript.

7 lines (6 loc) 168 B
import type { IListConstructor } from "./types"; /** * Class for managing an array or a DOM collection. */ declare const List: IListConstructor; export default List;